Html Css Color HEX #56A472 Ocean Green

📋 copy color: '#56A472'

red 86 ◦ green 164 ◦ blue 114

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

Shades of Ocean Green #56A472

Tints of Ocean Green #56A472

RGB

 RED value IS 86 (33.98% from 255) = 23.63%

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

 BLUE value IS 114 (44.92% from 255) = 31.32%

R = 23.63%
G = 45.05%
B = 31.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#56A472 (or 0x56A472) is known color: Ocean Green. HEX triplet: 56, A4 and 72. RGB value is (86,164,114). Sum of RGB (Red+Green+Blue) = 86+164+114=364 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.63% from 364); Green value is 164 (64.45% from 255 or 45.05% from 364); Blue value is 114 (44.92% from 255 or 31.32% from 364); Max value from RGB is 164 - color contains mainly: green. Hex color #56A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A472 is #A95B8D. Grayscale: #878787. Windows color (decimal): -11099022 or 7513174. OLE color: 7513174.

HSL color Cylindrical-coordinate representation of color #56A472: hue angle of 141.54º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #56A472 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 86 164 114 -
CMYK 0.48 0 0.30 0.36
HSL 141.54º 0.31% 0.49% -
HSV(B) 141.54º 0.48% 0.64% -
XYZ 20.15 29.74 20.6 -
YUV 134.98 116.16 93.07 -
System Red Green Blue C M Y K H S L
Decimal 86 164 114 0.48 0 0.30 0.36 141.54 0.31 0.49
Hex 56 A4 72 30 0 1E 24 8E 1F 31
Octal 126 244 162 60 0 36 44 216 37 61
Binary 1010110 10100100 1110010 110000 0 11110 100100 10001110 11111 110001

Color Harmonies of #56A472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A472

Black with #56A472

Text Example


Text Example

White with #56A472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56A472; }

 p { color: rgb(86,164,114); }

 H1.HeaderClassName
 {
   color: #56A472;
 }
 .AnyTagClassName
 {
   color: #56A472;
 }
</style>

background-color css

<style>
 a { background-color: #56A472; }

 a { background-color: rgb(86,164,114); }

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

border-color css

<style>
 span { border-color: #56A472; }

 span { border-color: rgb(86,164,114); }

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