#4CB674

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

Shades of Ocean Green #4CB674

Tints of Ocean Green #4CB674

Color information

#4CB674 (or 0x4CB674) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 74. RGB value is (76,182,116). Sum of RGB (Red+Green+Blue) = 76+182+116=374 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.32% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB674 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB674 is #B3498B. Grayscale: #8E8E8E. Windows color (decimal): -11749772 or 7648844. OLE color: 7648844.

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

Color convert

RGB76182116-
CMYK0.5800.360.29
HSL142.64º42.06%50.59%-
HSV(B)142.64º58.24%71.37%-
XYZ22.8636.2522.32-
YUV142.78112.8880.37-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.32%
GREEN value IS 182 (71.48% from 255) = 48.66%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=20.32%
G=48.66%
B=31.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821160.5800.360.29142.6442.0650.59
Hex4CB6743A0241D8f2a33
Octal11426616472044352175263
Binary100110010110110111010011101001001001110110001111101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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