Html Css Color HEX #365506 Verdun Green

📋 copy color: '#365506'

red 54 ◦ green 85 ◦ blue 6

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

Shades of Verdun Green #365506

Tints of Verdun Green #365506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.14%

R = 37.24%
G = 58.62%
B = 4.14%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#365506 (or 0x365506) is known color: Verdun Green. HEX triplet: 36, 55 and 06. RGB value is (54,85,6). Sum of RGB (Red+Green+Blue) = 54+85+6=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 85 (33.59% from 255 or 58.62% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 85 - color contains mainly: green. Hex color #365506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365506 is #C9AAF9. Grayscale: #434343. Windows color (decimal): -13216506 or 415030. OLE color: 415030.

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

Color convert

RGB 54 85 6 -
CMYK 0.36 0 0.93 0.67
HSL 83.54º 0.87% 0.18% -
HSV(B) 83.54º 0.93% 0.33% -
XYZ 4.8 7.29 1.33 -
YUV 66.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 54 85 6 0.36 0 0.93 0.67 83.54 0.87 0.18
Hex 36 55 6 24 0 5D 43 54 57 12
Octal 66 125 6 44 0 135 103 124 127 22
Binary 110110 1010101 110 100100 0 1011101 1000011 1010100 1010111 10010

Color Harmonies of #365506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365506

Black with #365506

Text Example


Text Example

White with #365506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365506; }

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

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

background-color css

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

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

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

border-color css

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

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

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