Html Css Color HEX #4CA46C Ocean Green

📋 copy color: '#4CA46C'

red 76 ◦ green 164 ◦ blue 108

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

Shades of Ocean Green #4CA46C

Tints of Ocean Green #4CA46C

RGB

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

 GREEN value IS 164 (64.45% from 255) = 47.13%

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

R = 21.84%
G = 47.13%
B = 31.03%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.36

RGB Variations

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

Color information

#4CA46C (or 0x4CA46C) is known color: Ocean Green. HEX triplet: 4C, A4 and 6C. RGB value is (76,164,108). Sum of RGB (Red+Green+Blue) = 76+164+108=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA46C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA46C is #B35B93. Grayscale: #838383. Windows color (decimal): -11754388 or 7119948. OLE color: 7119948.

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

Color convert

RGB 76 164 108 -
CMYK 0.54 0 0.34 0.36
HSL 141.82º 0.37% 0.47% -
HSV(B) 141.82º 0.54% 0.64% -
XYZ 18.96 29.17 18.82 -
YUV 131.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 76 164 108 0.54 0 0.34 0.36 141.82 0.37 0.47
Hex 4C A4 6C 36 0 22 24 8E 25 2F
Octal 114 244 154 66 0 42 44 216 45 57
Binary 1001100 10100100 1101100 110110 0 100010 100100 10001110 100101 101111

Color Harmonies of #4CA46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA46C

Black with #4CA46C

Text Example


Text Example

White with #4CA46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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