Html Css Color HEX #56B476 Ocean Green

📋 copy color: '#56B476'

red 86 ◦ green 180 ◦ blue 118

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

Shades of Ocean Green #56B476

Tints of Ocean Green #56B476

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 30.73%

R = 22.4%
G = 46.88%
B = 30.73%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#56B476 (or 0x56B476) is known color: Ocean Green. HEX triplet: 56, B4 and 76. RGB value is (86,180,118). Sum of RGB (Red+Green+Blue) = 86+180+118=384 (50% of max value = 765). Red value is 86 (33.98% from 255 or 22.40% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 118 (46.48% from 255 or 30.73% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #56B476 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #56B476 is #A94B89. Grayscale: #909090. Windows color (decimal): -11094922 or 7779414. OLE color: 7779414.

HSL color Cylindrical-coordinate representation of color #56B476: hue angle of 140.43º 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 #56B476 is Cyan = 0.52, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 86 180 118 -
CMYK 0.52 0 0.34 0.29
HSL 140.43º 0.39% 0.52% -
HSV(B) 140.43º 0.52% 0.71% -
XYZ 23.43 35.93 22.84 -
YUV 144.83 112.86 86.04 -
System Red Green Blue C M Y K H S L
Decimal 86 180 118 0.52 0 0.34 0.29 140.43 0.39 0.52
Hex 56 B4 76 34 0 22 1D 8C 27 34
Octal 126 264 166 64 0 42 35 214 47 64
Binary 1010110 10110100 1110110 110100 0 100010 11101 10001100 100111 110100

Color Harmonies of #56B476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56B476

Black with #56B476

Text Example


Text Example

White with #56B476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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