Html Css Color HEX #36610F Verdun Green

📋 copy color: '#36610F'

red 54 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #36610F

Tints of Verdun Green #36610F

RGB

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

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

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

R = 32.53%
G = 58.43%
B = 9.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#36610F (or 0x36610F) is known color: Verdun Green. HEX triplet: 36, 61 and 0F. RGB value is (54,97,15). Sum of RGB (Red+Green+Blue) = 54+97+15=166 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.53% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 15 (6.25% from 255 or 9.04% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #36610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36610F is #C99EF0. Grayscale: #4B4B4B. Windows color (decimal): -13213425 or 1007926. OLE color: 1007926.

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

Color convert

RGB 54 97 15 -
CMYK 0.44 0 0.85 0.62
HSL 91.46º 0.73% 0.22% -
HSV(B) 91.46º 0.85% 0.38% -
XYZ 5.88 9.37 1.95 -
YUV 74.8 94.25 113.17 -
System Red Green Blue C M Y K H S L
Decimal 54 97 15 0.44 0 0.85 0.62 91.46 0.73 0.22
Hex 36 61 F 2C 0 55 3E 5B 49 16
Octal 66 141 17 54 0 125 76 133 111 26
Binary 110110 1100001 1111 101100 0 1010101 111110 1011011 1001001 10110

Color Harmonies of #36610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36610F

Black with #36610F

Text Example


Text Example

White with #36610F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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