Html Css Color HEX #4CA482 Ocean Green

📋 copy color: '#4CA482'

red 76 ◦ green 164 ◦ blue 130

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

Shades of Ocean Green #4CA482

Tints of Ocean Green #4CA482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.14%

R = 20.54%
G = 44.32%
B = 35.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#4CA482 (or 0x4CA482) is known color: Ocean Green. HEX triplet: 4C, A4 and 82. RGB value is (76,164,130). Sum of RGB (Red+Green+Blue) = 76+164+130=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #4CA482 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA482 is #B35B7D. Grayscale: #858585. Windows color (decimal): -11754366 or 8561740. OLE color: 8561740.

HSL color Cylindrical-coordinate representation of color #4CA482: hue angle of 156.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 #4CA482 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 76 164 130 -
CMYK 0.54 0 0.21 0.36
HSL 156.82º 0.37% 0.47% -
HSV(B) 156.82º 0.54% 0.64% -
XYZ 20.29 29.7 25.78 -
YUV 133.81 125.85 86.76 -
System Red Green Blue C M Y K H S L
Decimal 76 164 130 0.54 0 0.21 0.36 156.82 0.37 0.47
Hex 4C A4 82 36 0 15 24 9D 25 2F
Octal 114 244 202 66 0 25 44 235 45 57
Binary 1001100 10100100 10000010 110110 0 10101 100100 10011101 100101 101111

Color Harmonies of #4CA482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA482

Black with #4CA482

Text Example


Text Example

White with #4CA482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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