Html Css Color HEX #365C09 Verdun Green

📋 copy color: '#365C09'

red 54 ◦ green 92 ◦ blue 9

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

Shades of Verdun Green #365C09

Tints of Verdun Green #365C09

RGB

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

 GREEN value IS 92 (36.33% from 255) = 59.35%

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

R = 34.84%
G = 59.35%
B = 5.81%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.90

 K value IS 0.64

RGB Variations

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

Color information

#365C09 (or 0x365C09) is known color: Verdun Green. HEX triplet: 36, 5C and 09. RGB value is (54,92,9). Sum of RGB (Red+Green+Blue) = 54+92+9=155 (20% of max value = 765). Red value is 54 (21.48% from 255 or 34.84% from 155); Green value is 92 (36.33% from 255 or 59.35% from 155); Blue value is 9 (3.91% from 255 or 5.81% from 155); Max value from RGB is 92 - color contains mainly: green. Hex color #365C09 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365C09 is #C9A3F6. Grayscale: #474747. Windows color (decimal): -13214711 or 613430. OLE color: 613430.

HSL color Cylindrical-coordinate representation of color #365C09: hue angle of 87.47º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #365C09 is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 92 9 -
CMYK 0.41 0 0.90 0.64
HSL 87.47º 0.82% 0.2% -
HSV(B) 87.47º 0.9% 0.36% -
XYZ 5.4 8.46 1.61 -
YUV 71.18 92.91 115.75 -
System Red Green Blue C M Y K H S L
Decimal 54 92 9 0.41 0 0.90 0.64 87.47 0.82 0.2
Hex 36 5C 9 29 0 5A 40 57 52 14
Octal 66 134 11 51 0 132 100 127 122 24
Binary 110110 1011100 1001 101001 0 1011010 1000000 1010111 1010010 10100

Color Harmonies of #365C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365C09

Black with #365C09

Text Example


Text Example

White with #365C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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