Html Css Color HEX #36620E Verdun Green

📋 copy color: '#36620E'

red 54 ◦ green 98 ◦ blue 14

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

Shades of Verdun Green #36620E

Tints of Verdun Green #36620E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.43%

R = 32.53%
G = 59.04%
B = 8.43%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#36620E (or 0x36620E) is known color: Verdun Green. HEX triplet: 36, 62 and 0E. RGB value is (54,98,14). Sum of RGB (Red+Green+Blue) = 54+98+14=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 98 (38.67% from 255 or 59.04% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 98 - color contains mainly: green. Hex color #36620E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36620E is #C99DF1. Grayscale: #4B4B4B. Windows color (decimal): -13213170 or 942646. OLE color: 942646.

HSL color Cylindrical-coordinate representation of color #36620E: hue angle of 91.43º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #36620E is Cyan = 0.45, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 98 14 -
CMYK 0.45 0 0.86 0.62
HSL 91.43º 0.75% 0.22% -
HSV(B) 91.43º 0.86% 0.38% -
XYZ 5.97 9.55 1.94 -
YUV 75.27 93.42 112.83 -
System Red Green Blue C M Y K H S L
Decimal 54 98 14 0.45 0 0.86 0.62 91.43 0.75 0.22
Hex 36 62 E 2D 0 56 3E 5B 4B 16
Octal 66 142 16 55 0 126 76 133 113 26
Binary 110110 1100010 1110 101101 0 1010110 111110 1011011 1001011 10110

Color Harmonies of #36620E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36620E

Black with #36620E

Text Example


Text Example

White with #36620E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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