#4CB46A

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

Shades of Ocean Green #4CB46A

Tints of Ocean Green #4CB46A

Color information

#4CB46A (or 0x4CB46A) is unknown color: approx Ocean Green. HEX triplet: 4C, B4 and 6A. RGB value is (76,180,106). Sum of RGB (Red+Green+Blue) = 76+180+106=362 (47% of max value = 765). Red value is 76 (30.08% from 255 or 20.99% from 362); Green value is 180 (70.70% from 255 or 49.72% from 362); Blue value is 106 (41.80% from 255 or 29.28% from 362); Max value from RGB is 180 - color contains mainly: green. Hex color #4CB46A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB46A is #B34B95. Grayscale: #8C8C8C. Windows color (decimal): -11750294 or 6992972. OLE color: 6992972.

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

Color convert

RGB76180106-
CMYK0.5800.410.29
HSL137.31º40.94%50.2%-
HSV(B)137.31º57.78%70.59%-
XYZ21.935.2219.28-
YUV140.47108.5482.02-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.99%
GREEN value IS 180 (70.70% from 255) = 49.72%
BLUE value IS 106 (41.80% from 255) = 29.28%
R=20.99%
G=49.72%
B=29.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761801060.5800.410.29137.3140.9450.2
Hex4CB46A3A0291D892932
Octal11426415272051352115162
Binary100110010110100110101011101001010011110110001001101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,180,106); }

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

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

 a { background-color: rgb(76,180,106); }

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

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

 span { border-color: rgb(76,180,106); }

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