Html Css Color HEX #55692A Dark Olive Green

📋 copy color: '#55692A'

red 85 ◦ green 105 ◦ blue 42

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

Shades of Dark Olive Green #55692A

Tints of Dark Olive Green #55692A

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.26%

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 36.64%
G = 45.26%
B = 18.1%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.6

 K value IS 0.59

RGB Variations

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

Color information

#55692A (or 0x55692A) is known color: Dark Olive Green. HEX triplet: 55, 69 and 2A. RGB value is (85,105,42). Sum of RGB (Red+Green+Blue) = 85+105+42=232 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.64% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #55692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55692A is #AA96D5. Grayscale: #5C5C5C. Windows color (decimal): -11179734 or 2779477. OLE color: 2779477.

HSL color Cylindrical-coordinate representation of color #55692A: hue angle of 79.05º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55692A is Cyan = 0.19, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.59.

Color convert

RGB 85 105 42 -
CMYK 0.19 0 0.6 0.59
HSL 79.05º 0.43% 0.29% -
HSV(B) 79.05º 0.6% 0.41% -
XYZ 9.22 12.2 4.06 -
YUV 91.84 99.87 123.12 -
System Red Green Blue C M Y K H S L
Decimal 85 105 42 0.19 0 0.6 0.59 79.05 0.43 0.29
Hex 55 69 2A 13 0 3C 3B 4F 2B 1D
Octal 125 151 52 23 0 74 73 117 53 35
Binary 1010101 1101001 101010 10011 0 111100 111011 1001111 101011 11101

Color Harmonies of #55692A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55692A

Black with #55692A

Text Example


Text Example

White with #55692A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55692A; }

 p { color: rgb(85,105,42); }

 H1.HeaderClassName
 {
   color: #55692A;
 }
 .AnyTagClassName
 {
   color: #55692A;
 }
</style>

background-color css

<style>
 a { background-color: #55692A; }

 a { background-color: rgb(85,105,42); }

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

border-color css

<style>
 span { border-color: #55692A; }

 span { border-color: rgb(85,105,42); }

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