Html Css Color HEX #556F30 Dark Olive Green

📋 copy color: '#556F30'

red 85 ◦ green 111 ◦ blue 48

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

Shades of Dark Olive Green #556F30

Tints of Dark Olive Green #556F30

RGB

 RED value IS 85 (33.59% from 255) = 34.84%

 GREEN value IS 111 (43.75% from 255) = 45.49%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 34.84%
G = 45.49%
B = 19.67%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.56

RGB Variations

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

Color information

#556F30 (or 0x556F30) is known color: Dark Olive Green. HEX triplet: 55, 6F and 30. RGB value is (85,111,48). Sum of RGB (Red+Green+Blue) = 85+111+48=244 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.84% from 244); Green value is 111 (43.75% from 255 or 45.49% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 111 - color contains mainly: green. Hex color #556F30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #556F30 is #AA90CF. Grayscale: #606060. Windows color (decimal): -11178192 or 3174229. OLE color: 3174229.

HSL color Cylindrical-coordinate representation of color #556F30: hue angle of 84.76º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #556F30 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.

Color convert

RGB 85 111 48 -
CMYK 0.23 0 0.57 0.56
HSL 84.76º 0.4% 0.31% -
HSV(B) 84.76º 0.57% 0.44% -
XYZ 9.96 13.51 4.88 -
YUV 96.04 100.89 120.12 -
System Red Green Blue C M Y K H S L
Decimal 85 111 48 0.23 0 0.57 0.56 84.76 0.4 0.31
Hex 55 6F 30 17 0 39 38 55 28 1F
Octal 125 157 60 27 0 71 70 125 50 37
Binary 1010101 1101111 110000 10111 0 111001 111000 1010101 101000 11111

Color Harmonies of #556F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556F30

Black with #556F30

Text Example


Text Example

White with #556F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556F30; }

 p { color: rgb(85,111,48); }

 H1.HeaderClassName
 {
   color: #556F30;
 }
 .AnyTagClassName
 {
   color: #556F30;
 }
</style>

background-color css

<style>
 a { background-color: #556F30; }

 a { background-color: rgb(85,111,48); }

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

border-color css

<style>
 span { border-color: #556F30; }

 span { border-color: rgb(85,111,48); }

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