Html Css Color HEX #36620F Verdun Green

📋 copy color: '#36620F'

red 54 ◦ green 98 ◦ blue 15

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

Shades of Verdun Green #36620F

Tints of Verdun Green #36620F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.98%

R = 32.34%
G = 58.68%
B = 8.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#36620F (or 0x36620F) is known color: Verdun Green. HEX triplet: 36, 62 and 0F. RGB value is (54,98,15). Sum of RGB (Red+Green+Blue) = 54+98+15=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 15 (6.25% from 255 or 8.98% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #36620F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36620F is #C99DF0. Grayscale: #4B4B4B. Windows color (decimal): -13213169 or 1008182. OLE color: 1008182.

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

Color convert

RGB 54 98 15 -
CMYK 0.45 0 0.85 0.62
HSL 91.81º 0.73% 0.22% -
HSV(B) 91.81º 0.85% 0.38% -
XYZ 5.98 9.55 1.98 -
YUV 75.38 93.92 112.75 -
System Red Green Blue C M Y K H S L
Decimal 54 98 15 0.45 0 0.85 0.62 91.81 0.73 0.22
Hex 36 62 F 2D 0 55 3E 5C 49 16
Octal 66 142 17 55 0 125 76 134 111 26
Binary 110110 1100010 1111 101101 0 1010101 111110 1011100 1001001 10110

Color Harmonies of #36620F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36620F

Black with #36620F

Text Example


Text Example

White with #36620F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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