Html Css Color HEX #56A474 Ocean Green

📋 copy color: '#56A474'

red 86 ◦ green 164 ◦ blue 116

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

Shades of Ocean Green #56A474

Tints of Ocean Green #56A474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 23.5%
G = 44.81%
B = 31.69%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#56A474 (or 0x56A474) is known color: Ocean Green. HEX triplet: 56, A4 and 74. RGB value is (86,164,116). Sum of RGB (Red+Green+Blue) = 86+164+116=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #56A474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #56A474 is #A95B8B. Grayscale: #878787. Windows color (decimal): -11099020 or 7644246. OLE color: 7644246.

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

Color convert

RGB 86 164 116 -
CMYK 0.48 0 0.29 0.36
HSL 143.08º 0.31% 0.49% -
HSV(B) 143.08º 0.48% 0.64% -
XYZ 20.27 29.79 21.2 -
YUV 135.21 117.16 92.9 -
System Red Green Blue C M Y K H S L
Decimal 86 164 116 0.48 0 0.29 0.36 143.08 0.31 0.49
Hex 56 A4 74 30 0 1D 24 8F 1F 31
Octal 126 244 164 60 0 35 44 217 37 61
Binary 1010110 10100100 1110100 110000 0 11101 100100 10001111 11111 110001

Color Harmonies of #56A474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56A474

Black with #56A474

Text Example


Text Example

White with #56A474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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