Html Css Color HEX #365509 Verdun Green

📋 copy color: '#365509'

red 54 ◦ green 85 ◦ blue 9

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

Shades of Verdun Green #365509

Tints of Verdun Green #365509

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 6.08%

R = 36.49%
G = 57.43%
B = 6.08%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#365509 (or 0x365509) is known color: Verdun Green. HEX triplet: 36, 55 and 09. RGB value is (54,85,9). Sum of RGB (Red+Green+Blue) = 54+85+9=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 85 (33.59% from 255 or 57.43% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 85 - color contains mainly: green. Hex color #365509 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365509 is #C9AAF6. Grayscale: #434343. Windows color (decimal): -13216503 or 611638. OLE color: 611638.

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

Color convert

RGB 54 85 9 -
CMYK 0.36 0 0.89 0.67
HSL 84.47º 0.81% 0.18% -
HSV(B) 84.47º 0.89% 0.33% -
XYZ 4.82 7.3 1.41 -
YUV 67.07 95.23 118.68 -
System Red Green Blue C M Y K H S L
Decimal 54 85 9 0.36 0 0.89 0.67 84.47 0.81 0.18
Hex 36 55 9 24 0 59 43 54 51 12
Octal 66 125 11 44 0 131 103 124 121 22
Binary 110110 1010101 1001 100100 0 1011001 1000011 1010100 1010001 10010

Color Harmonies of #365509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365509

Black with #365509

Text Example


Text Example

White with #365509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365509; }

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

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

background-color css

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

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

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

border-color css

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

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

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