Html Css Color HEX #56B472 Ocean Green

📋 copy color: '#56B472'

red 86 ◦ green 180 ◦ blue 114

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

Shades of Ocean Green #56B472

Tints of Ocean Green #56B472

RGB

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

 GREEN value IS 180 (70.7% from 255) = 47.37%

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

R = 22.63%
G = 47.37%
B = 30%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#56B472 (or 0x56B472) is known color: Ocean Green. HEX triplet: 56, B4 and 72. RGB value is (86,180,114). Sum of RGB (Red+Green+Blue) = 86+180+114=380 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.63% from 380); Green value is 180 (70.70% from 255 or 47.37% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 180 - color contains mainly: green. Hex color #56B472 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B472 is #A94B8D. Grayscale: #909090. Windows color (decimal): -11094926 or 7517270. OLE color: 7517270.

HSL color Cylindrical-coordinate representation of color #56B472: hue angle of 137.87º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #56B472 is Cyan = 0.52, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 180 114 -
CMYK 0.52 0 0.37 0.29
HSL 137.87º 0.39% 0.52% -
HSV(B) 137.87º 0.52% 0.71% -
XYZ 23.2 35.84 21.61 -
YUV 144.37 110.86 86.37 -
System Red Green Blue C M Y K H S L
Decimal 86 180 114 0.52 0 0.37 0.29 137.87 0.39 0.52
Hex 56 B4 72 34 0 25 1D 8A 27 34
Octal 126 264 162 64 0 45 35 212 47 64
Binary 1010110 10110100 1110010 110100 0 100101 11101 10001010 100111 110100

Color Harmonies of #56B472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B472

Black with #56B472

Text Example


Text Example

White with #56B472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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