Html Css Color HEX #55622F Dark Olive Green

📋 copy color: '#55622F'

red 85 ◦ green 98 ◦ blue 47

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

Shades of Dark Olive Green #55622F

Tints of Dark Olive Green #55622F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.61%

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 36.96%
G = 42.61%
B = 20.43%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.52

 K value IS 0.62

RGB Variations

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

Color information

#55622F (or 0x55622F) is known color: Dark Olive Green. HEX triplet: 55, 62 and 2F. RGB value is (85,98,47). Sum of RGB (Red+Green+Blue) = 85+98+47=230 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.96% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #55622F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55622F is #AA9DD0. Grayscale: #585858. Windows color (decimal): -11181521 or 3105365. OLE color: 3105365.

HSL color Cylindrical-coordinate representation of color #55622F: hue angle of 75.29º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55622F is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 98 47 -
CMYK 0.13 0 0.52 0.62
HSL 75.29º 0.35% 0.28% -
HSV(B) 75.29º 0.52% 0.38% -
XYZ 8.63 10.87 4.33 -
YUV 88.3 104.69 125.65 -
System Red Green Blue C M Y K H S L
Decimal 85 98 47 0.13 0 0.52 0.62 75.29 0.35 0.28
Hex 55 62 2F D 0 34 3E 4B 23 1C
Octal 125 142 57 15 0 64 76 113 43 34
Binary 1010101 1100010 101111 1101 0 110100 111110 1001011 100011 11100

Color Harmonies of #55622F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55622F

Black with #55622F

Text Example


Text Example

White with #55622F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55622F; }

 p { color: rgb(85,98,47); }

 H1.HeaderClassName
 {
   color: #55622F;
 }
 .AnyTagClassName
 {
   color: #55622F;
 }
</style>

background-color css

<style>
 a { background-color: #55622F; }

 a { background-color: rgb(85,98,47); }

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

border-color css

<style>
 span { border-color: #55622F; }

 span { border-color: rgb(85,98,47); }

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