Html Css Color HEX #36620D Verdun Green

📋 copy color: '#36620D'

red 54 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #36620D

Tints of Verdun Green #36620D

RGB

 RED value IS 54 (21.48% from 255) = 32.73%

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

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

R = 32.73%
G = 59.39%
B = 7.88%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#36620D (or 0x36620D) is known color: Verdun Green. HEX triplet: 36, 62 and 0D. RGB value is (54,98,13). Sum of RGB (Red+Green+Blue) = 54+98+13=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 98 (38.67% from 255 or 59.39% from 165); Blue value is 13 (5.47% from 255 or 7.88% from 165); Max value from RGB is 98 - color contains mainly: green. Hex color #36620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36620D is #C99DF2. Grayscale: #4B4B4B. Windows color (decimal): -13213171 or 877110. OLE color: 877110.

HSL color Cylindrical-coordinate representation of color #36620D: hue angle of 91.06º 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 #36620D is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 13 -
CMYK 0.45 0 0.87 0.62
HSL 91.06º 0.77% 0.22% -
HSV(B) 91.06º 0.87% 0.38% -
XYZ 5.96 9.55 1.91 -
YUV 75.15 92.92 112.91 -
System Red Green Blue C M Y K H S L
Decimal 54 98 13 0.45 0 0.87 0.62 91.06 0.77 0.22
Hex 36 62 D 2D 0 57 3E 5B 4D 16
Octal 66 142 15 55 0 127 76 133 115 26
Binary 110110 1100010 1101 101101 0 1010111 111110 1011011 1001101 10110

Color Harmonies of #36620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36620D

Black with #36620D

Text Example


Text Example

White with #36620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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