Html Css Color HEX #55640D Verdun Green

📋 copy color: '#55640D'

red 85 ◦ green 100 ◦ blue 13

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

Shades of Verdun Green #55640D

Tints of Verdun Green #55640D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 50.51%

 BLUE value IS 13 (5.47% from 255) = 6.57%

R = 42.93%
G = 50.51%
B = 6.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.87

 K value IS 0.61

RGB Variations

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

Color information

#55640D (or 0x55640D) is known color: Verdun Green. HEX triplet: 55, 64 and 0D. RGB value is (85,100,13). Sum of RGB (Red+Green+Blue) = 85+100+13=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 100 (39.45% from 255 or 50.51% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 100 - color contains mainly: green. Hex color #55640D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55640D is #AA9BF2. Grayscale: #555555. Windows color (decimal): -11181043 or 877653. OLE color: 877653.

HSL color Cylindrical-coordinate representation of color #55640D: hue angle of 70.34º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #55640D is Cyan = 0.15, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 100 13 -
CMYK 0.15 0 0.87 0.61
HSL 70.34º 0.77% 0.22% -
HSV(B) 70.34º 0.87% 0.39% -
XYZ 8.38 11.07 2.08 -
YUV 85.6 87.03 127.57 -
System Red Green Blue C M Y K H S L
Decimal 85 100 13 0.15 0 0.87 0.61 70.34 0.77 0.22
Hex 55 64 D F 0 57 3D 46 4D 16
Octal 125 144 15 17 0 127 75 106 115 26
Binary 1010101 1100100 1101 1111 0 1010111 111101 1000110 1001101 10110

Color Harmonies of #55640D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55640D

Black with #55640D

Text Example


Text Example

White with #55640D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55640D; }

 p { color: rgb(85,100,13); }

 H1.HeaderClassName
 {
   color: #55640D;
 }
 .AnyTagClassName
 {
   color: #55640D;
 }
</style>

background-color css

<style>
 a { background-color: #55640D; }

 a { background-color: rgb(85,100,13); }

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

border-color css

<style>
 span { border-color: #55640D; }

 span { border-color: rgb(85,100,13); }

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