Html Css Color HEX #36600F Verdun Green

📋 copy color: '#36600F'

red 54 ◦ green 96 ◦ blue 15

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

Shades of Verdun Green #36600F

Tints of Verdun Green #36600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 58.18%

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

R = 32.73%
G = 58.18%
B = 9.09%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#36600F (or 0x36600F) is known color: Verdun Green. HEX triplet: 36, 60 and 0F. RGB value is (54,96,15). Sum of RGB (Red+Green+Blue) = 54+96+15=165 (21% of max value = 765). Red value is 54 (21.48% from 255 or 32.73% from 165); Green value is 96 (37.89% from 255 or 58.18% from 165); Blue value is 15 (6.25% from 255 or 9.09% from 165); Max value from RGB is 96 - color contains mainly: green. Hex color #36600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36600F is #C99FF0. Grayscale: #4A4A4A. Windows color (decimal): -13213681 or 1007670. OLE color: 1007670.

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

Color convert

RGB 54 96 15 -
CMYK 0.44 0 0.84 0.62
HSL 91.11º 0.73% 0.22% -
HSV(B) 91.11º 0.84% 0.38% -
XYZ 5.79 9.18 1.92 -
YUV 74.21 94.59 113.59 -
System Red Green Blue C M Y K H S L
Decimal 54 96 15 0.44 0 0.84 0.62 91.11 0.73 0.22
Hex 36 60 F 2C 0 54 3E 5B 49 16
Octal 66 140 17 54 0 124 76 133 111 26
Binary 110110 1100000 1111 101100 0 1010100 111110 1011011 1001001 10110

Color Harmonies of #36600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36600F

Black with #36600F

Text Example


Text Example

White with #36600F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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