#4CB67E

Color #4CB67E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4CB67E

Tints of Ocean Green #4CB67E

Color information

#4CB67E (or 0x4CB67E) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 7E. RGB value is (76,182,126). Sum of RGB (Red+Green+Blue) = 76+182+126=384 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.79% from 384); Green value is 182 (71.48% from 255 or 47.40% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB67E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB67E is #B34981. Grayscale: #909090. Windows color (decimal): -11749762 or 8304204. OLE color: 8304204.

HSL color Cylindrical-coordinate representation of color #4CB67E: hue angle of 148.3º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB67E is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB76182126-
CMYK0.5800.310.29
HSL148.3º42.06%50.59%-
HSV(B)148.3º58.24%71.37%-
XYZ23.4736.525.55-
YUV143.92117.8879.55-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 19.79%
GREEN value IS 182 (71.48% from 255) = 47.40%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=19.79%
G=47.40%
B=32.81%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821260.5800.310.29148.342.0650.59
Hex4CB67E3A01F1D942a33
Octal11426617672037352245263
Binary10011001011011011111101110100111111110110010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CB67E; }

 p { color: rgb(76,182,126); }

 H1.HeaderClassName
 {
   color: #4CB67E;
 }
 .AnyTagClassName
 {
   color: #4CB67E;
 }
</style>
background-color css

<style>
 a { background-color: #4CB67E; }

 a { background-color: rgb(76,182,126); }

 div.DivClassName
 {
   background-color: #4CB67E;
 }
 .BgClassName
 {
   background-color: #4CB67E;
 }
</style>
border-color css

<style>
 span { border-color: #4CB67E; }

 span { border-color: rgb(76,182,126); }

 td.TdClassName
 {
   border-color: #4CB67E;
 }
 .TagClassName
 {
   border-color: #4CB67E;
 }
</style>