#36610B

Color #36610B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #36610B

Tints of Verdun Green #36610B

Color information

#36610B (or 0x36610B) is unknown color: approx Verdun Green. HEX triplet: 36, 61 and 0B. RGB value is (54,97,11). Sum of RGB (Red+Green+Blue) = 54+97+11=162 (21% of max value = 765). Red value is 54 (21.48% from 255 or 33.33% from 162); Green value is 97 (38.28% from 255 or 59.88% from 162); Blue value is 11 (4.69% from 255 or 6.79% from 162); Max value from RGB is 97 - color contains mainly: green. Hex color #36610B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #36610B is #C99EF4. Grayscale: #4A4A4A. Windows color (decimal): -13213429 or 745782. OLE color: 745782.

HSL color Cylindrical-coordinate representation of color #36610B: hue angle of 90º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #36610B is Cyan = 0.44, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB549711-
CMYK0.4400.890.62
HSL90º79.63%21.18%-
HSV(B)90º88.66%38.04%-
XYZ5.869.361.81-
YUV74.3492.25113.49-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 33.33%
GREEN value IS 97 (38.28% from 255) = 59.88%
BLUE value IS 11 (4.69% from 255) = 6.79%
R=33.33%
G=59.88%
B=6.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5497110.4400.890.629079.6321.18
Hex3661B2C0593E5a5015
Octal66141135401317613212025
Binary11011011000011011101100010110011111101011010101000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36610B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #36610B;
 }
 .AnyTagClassName
 {
   color: #36610B;
 }
</style>
background-color css

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

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

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

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

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

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