Html Css Color HEX #36640B Verdun Green

📋 copy color: '#36640B'

red 54 ◦ green 100 ◦ blue 11

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

Shades of Verdun Green #36640B

Tints of Verdun Green #36640B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.67%

R = 32.73%
G = 60.61%
B = 6.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#36640B (or 0x36640B) is known color: Verdun Green. HEX triplet: 36, 64 and 0B. RGB value is (54,100,11). Sum of RGB (Red+Green+Blue) = 54+100+11=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 100 (39.45% from 255 or 60.61% from 165); Blue value is 11 (4.69% from 255 or 6.67% from 165); Max value from RGB is 100 - color contains mainly: green. Hex color #36640B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36640B is #C99BF4. Grayscale: #4C4C4C. Windows color (decimal): -13212661 or 746550. OLE color: 746550.

HSL color Cylindrical-coordinate representation of color #36640B: hue angle of 91.01º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36640B is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 54 100 11 -
CMYK 0.46 0 0.89 0.61
HSL 91.01º 0.8% 0.22% -
HSV(B) 91.01º 0.89% 0.39% -
XYZ 6.14 9.92 1.91 -
YUV 76.1 91.26 112.24 -
System Red Green Blue C M Y K H S L
Decimal 54 100 11 0.46 0 0.89 0.61 91.01 0.8 0.22
Hex 36 64 B 2E 0 59 3D 5B 50 16
Octal 66 144 13 56 0 131 75 133 120 26
Binary 110110 1100100 1011 101110 0 1011001 111101 1011011 1010000 10110

Color Harmonies of #36640B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36640B

Black with #36640B

Text Example


Text Example

White with #36640B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36640B; }

 p { color: rgb(54,100,11); }

 H1.HeaderClassName
 {
   color: #36640B;
 }
 .AnyTagClassName
 {
   color: #36640B;
 }
</style>

background-color css

<style>
 a { background-color: #36640B; }

 a { background-color: rgb(54,100,11); }

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

border-color css

<style>
 span { border-color: #36640B; }

 span { border-color: rgb(54,100,11); }

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