#4CB167

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

Shades of Ocean Green #4CB167

Tints of Ocean Green #4CB167

Color information

#4CB167 (or 0x4CB167) is unknown color: approx Ocean Green. HEX triplet: 4C, B1 and 67. RGB value is (76,177,103). Sum of RGB (Red+Green+Blue) = 76+177+103=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 177 (69.53% from 255 or 49.72% from 356); Blue value is 103 (40.62% from 255 or 28.93% from 356); Max value from RGB is 177 - color contains mainly: green. Hex color #4CB167 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CB167 is #B34E98. Grayscale: #8A8A8A. Windows color (decimal): -11751065 or 6795596. OLE color: 6795596.

HSL color Cylindrical-coordinate representation of color #4CB167: hue angle of 136.04º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB167 is Cyan = 0.57, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB76177103-
CMYK0.5700.420.31
HSL136.04º39.92%49.61%-
HSV(B)136.04º57.06%69.41%-
XYZ21.1533.9618.27-
YUV138.36108.0483.52-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 177 (69.53% from 255) = 49.72%
BLUE value IS 103 (40.62% from 255) = 28.93%
R=21.35%
G=49.72%
B=28.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal761771030.5700.420.31136.0439.9249.61
Hex4CB1673902A1F882832
Octal11426114771052372105062
Binary100110010110001110011111100101010101111110001000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,177,103); }

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

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

 a { background-color: rgb(76,177,103); }

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

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

 span { border-color: rgb(76,177,103); }

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