Html Css Color HEX #56A278 Ocean Green

📋 copy color: '#56A278'

red 86 ◦ green 162 ◦ blue 120

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

Shades of Ocean Green #56A278

Tints of Ocean Green #56A278

RGB

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

 GREEN value IS 162 (63.67% from 255) = 44.02%

 BLUE value IS 120 (47.27% from 255) = 32.61%

R = 23.37%
G = 44.02%
B = 32.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#56A278 (or 0x56A278) is known color: Ocean Green. HEX triplet: 56, A2 and 78. RGB value is (86,162,120). Sum of RGB (Red+Green+Blue) = 86+162+120=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 162 (63.67% from 255 or 44.02% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 162 - color contains mainly: green. Hex color #56A278 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A278 is #A95D87. Grayscale: #868686. Windows color (decimal): -11099528 or 7905878. OLE color: 7905878.

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

Color convert

RGB 86 162 120 -
CMYK 0.47 0 0.26 0.36
HSL 146.84º 0.31% 0.49% -
HSV(B) 146.84º 0.47% 0.64% -
XYZ 20.15 29.18 22.34 -
YUV 134.49 119.82 93.42 -
System Red Green Blue C M Y K H S L
Decimal 86 162 120 0.47 0 0.26 0.36 146.84 0.31 0.49
Hex 56 A2 78 2F 0 1A 24 93 1F 31
Octal 126 242 170 57 0 32 44 223 37 61
Binary 1010110 10100010 1111000 101111 0 11010 100100 10010011 11111 110001

Color Harmonies of #56A278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A278

Black with #56A278

Text Example


Text Example

White with #56A278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,162,120); }

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

background-color css

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

 a { background-color: rgb(86,162,120); }

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

border-color css

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

 span { border-color: rgb(86,162,120); }

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