#4CB67D

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

Shades of Ocean Green #4CB67D

Tints of Ocean Green #4CB67D

Color information

#4CB67D (or 0x4CB67D) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 7D. RGB value is (76,182,125). Sum of RGB (Red+Green+Blue) = 76+182+125=383 (50% of max value = 765). Red value is 76 (30.08% from 255 or 19.84% from 383); Green value is 182 (71.48% from 255 or 47.52% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB67D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB67D is #B34982. Grayscale: #8F8F8F. Windows color (decimal): -11749763 or 8238668. OLE color: 8238668.

HSL color Cylindrical-coordinate representation of color #4CB67D: hue angle of 147.74º 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 #4CB67D is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB76182125-
CMYK0.5800.310.29
HSL147.74º42.06%50.59%-
HSV(B)147.74º58.24%71.37%-
XYZ23.4136.4725.21-
YUV143.81117.3879.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 19.84%
GREEN value IS 182 (71.48% from 255) = 47.52%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=19.84%
G=47.52%
B=32.64%

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
Decimal761821250.5800.310.29147.7442.0650.59
Hex4CB67D3A01F1D942a33
Octal11426617572037352245263
Binary10011001011011011111011110100111111110110010100101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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