Html Css Color HEX #4CA66C Ocean Green

📋 copy color: '#4CA66C'

red 76 ◦ green 166 ◦ blue 108

#4CA66C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4CA66C

Tints of Ocean Green #4CA66C

RGB

 RED value IS 76 (30.08% from 255) = 21.71%

 GREEN value IS 166 (65.23% from 255) = 47.43%

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 21.71%
G = 47.43%
B = 30.86%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#4CA66C (or 0x4CA66C) is known color: Ocean Green. HEX triplet: 4C, A6 and 6C. RGB value is (76,166,108). Sum of RGB (Red+Green+Blue) = 76+166+108=350 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.71% from 350); Green value is 166 (65.23% from 255 or 47.43% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA66C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA66C is #B35993. Grayscale: #848484. Windows color (decimal): -11753876 or 7120460. OLE color: 7120460.

HSL color Cylindrical-coordinate representation of color #4CA66C: hue angle of 141.33º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA66C is Cyan = 0.54, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 166 108 -
CMYK 0.54 0 0.35 0.35
HSL 141.33º 0.37% 0.47% -
HSV(B) 141.33º 0.54% 0.65% -
XYZ 19.32 29.89 18.94 -
YUV 132.48 114.18 87.72 -
System Red Green Blue C M Y K H S L
Decimal 76 166 108 0.54 0 0.35 0.35 141.33 0.37 0.47
Hex 4C A6 6C 36 0 23 23 8D 25 2F
Octal 114 246 154 66 0 43 43 215 45 57
Binary 1001100 10100110 1101100 110110 0 100011 100011 10001101 100101 101111

Color Harmonies of #4CA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA66C

Black with #4CA66C

Text Example


Text Example

White with #4CA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,166,108); }

 H1.HeaderClassName
 {
   color: #4CA66C;
 }
 .AnyTagClassName
 {
   color: #4CA66C;
 }
</style>

background-color css

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

 a { background-color: rgb(76,166,108); }

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

border-color css

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

 span { border-color: rgb(76,166,108); }

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