Html Css Color HEX #365513 Verdun Green

📋 copy color: '#365513'

red 54 ◦ green 85 ◦ blue 19

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

Shades of Verdun Green #365513

Tints of Verdun Green #365513

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.8%

 BLUE value IS 19 (7.81% from 255) = 12.03%

R = 34.18%
G = 53.8%
B = 12.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.78

 K value IS 0.67

RGB Variations

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

Color information

#365513 (or 0x365513) is known color: Verdun Green. HEX triplet: 36, 55 and 13. RGB value is (54,85,19). Sum of RGB (Red+Green+Blue) = 54+85+19=158 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.18% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #365513 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365513 is #C9AAEC. Grayscale: #444444. Windows color (decimal): -13216493 or 1266998. OLE color: 1266998.

HSL color Cylindrical-coordinate representation of color #365513: hue angle of 88.18º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #365513 is Cyan = 0.36, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.67.

Color convert

RGB 54 85 19 -
CMYK 0.36 0 0.78 0.67
HSL 88.18º 0.63% 0.2% -
HSV(B) 88.18º 0.78% 0.33% -
XYZ 4.89 7.33 1.77 -
YUV 68.21 100.23 117.87 -
System Red Green Blue C M Y K H S L
Decimal 54 85 19 0.36 0 0.78 0.67 88.18 0.63 0.2
Hex 36 55 13 24 0 4E 43 58 3F 14
Octal 66 125 23 44 0 116 103 130 77 24
Binary 110110 1010101 10011 100100 0 1001110 1000011 1011000 111111 10100

Color Harmonies of #365513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365513

Black with #365513

Text Example


Text Example

White with #365513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365513; }

 p { color: rgb(54,85,19); }

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

background-color css

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

 a { background-color: rgb(54,85,19); }

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

border-color css

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

 span { border-color: rgb(54,85,19); }

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