Html Css Color HEX #55620D Verdun Green

📋 copy color: '#55620D'

red 85 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #55620D

Tints of Verdun Green #55620D

RGB

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

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

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

R = 43.37%
G = 50%
B = 6.63%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#55620D (or 0x55620D) is known color: Verdun Green. HEX triplet: 55, 62 and 0D. RGB value is (85,98,13). Sum of RGB (Red+Green+Blue) = 85+98+13=196 (25% of max value = 765). Red value is 85 (33.59% from 255 or 43.37% from 196); Green value is 98 (38.67% from 255 or 50% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 98 - color contains mainly: green. Hex color #55620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #55620D is #AA9DF2. Grayscale: #545454. Windows color (decimal): -11181555 or 877141. OLE color: 877141.

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

Color convert

RGB 85 98 13 -
CMYK 0.13 0 0.87 0.62
HSL 69.18º 0.77% 0.22% -
HSV(B) 69.18º 0.87% 0.38% -
XYZ 8.19 10.7 2.01 -
YUV 84.42 87.69 128.41 -
System Red Green Blue C M Y K H S L
Decimal 85 98 13 0.13 0 0.87 0.62 69.18 0.77 0.22
Hex 55 62 D D 0 57 3E 45 4D 16
Octal 125 142 15 15 0 127 76 105 115 26
Binary 1010101 1100010 1101 1101 0 1010111 111110 1000101 1001101 10110

Color Harmonies of #55620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55620D

Black with #55620D

Text Example


Text Example

White with #55620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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