Html Css Color HEX #36610D Verdun Green

📋 copy color: '#36610D'

red 54 ◦ green 97 ◦ blue 13

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

Shades of Verdun Green #36610D

Tints of Verdun Green #36610D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 59.15%

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

R = 32.93%
G = 59.15%
B = 7.93%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#36610D (or 0x36610D) is known color: Verdun Green. HEX triplet: 36, 61 and 0D. RGB value is (54,97,13). Sum of RGB (Red+Green+Blue) = 54+97+13=164 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.93% from 164); Green value is 97 (38.28% from 255 or 59.15% from 164); Blue value is 13 (5.47% from 255 or 7.93% from 164); Max value from RGB is 97 - color contains mainly: green. Hex color #36610D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36610D is #C99EF2. Grayscale: #4A4A4A. Windows color (decimal): -13213427 or 876854. OLE color: 876854.

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

Color convert

RGB 54 97 13 -
CMYK 0.44 0 0.87 0.62
HSL 90.71º 0.76% 0.22% -
HSV(B) 90.71º 0.87% 0.38% -
XYZ 5.87 9.36 1.88 -
YUV 74.57 93.25 113.33 -
System Red Green Blue C M Y K H S L
Decimal 54 97 13 0.44 0 0.87 0.62 90.71 0.76 0.22
Hex 36 61 D 2C 0 57 3E 5B 4C 16
Octal 66 141 15 54 0 127 76 133 114 26
Binary 110110 1100001 1101 101100 0 1010111 111110 1011011 1001100 10110

Color Harmonies of #36610D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36610D

Black with #36610D

Text Example


Text Example

White with #36610D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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