Html Css Color HEX #365D05 Verdun Green

📋 copy color: '#365D05'

red 54 ◦ green 93 ◦ blue 5

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

Shades of Verdun Green #365D05

Tints of Verdun Green #365D05

RGB

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

 GREEN value IS 93 (36.72% from 255) = 61.18%

 BLUE value IS 5 (2.34% from 255) = 3.29%

R = 35.53%
G = 61.18%
B = 3.29%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.95

 K value IS 0.64

RGB Variations

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

Color information

#365D05 (or 0x365D05) is known color: Verdun Green. HEX triplet: 36, 5D and 05. RGB value is (54,93,5). Sum of RGB (Red+Green+Blue) = 54+93+5=152 (20% of max value = 765). Red value is 54 (21.48% from 255 or 35.53% from 152); Green value is 93 (36.72% from 255 or 61.18% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 93 - color contains mainly: green. Hex color #365D05 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365D05 is #C9A2FA. Grayscale: #474747. Windows color (decimal): -13214459 or 351542. OLE color: 351542.

HSL color Cylindrical-coordinate representation of color #365D05: hue angle of 86.59º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #365D05 is Cyan = 0.42, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 5 -
CMYK 0.42 0 0.95 0.64
HSL 86.59º 0.9% 0.19% -
HSV(B) 86.59º 0.95% 0.36% -
XYZ 5.46 8.62 1.52 -
YUV 71.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 54 93 5 0.42 0 0.95 0.64 86.59 0.9 0.19
Hex 36 5D 5 2A 0 5F 40 57 5A 13
Octal 66 135 5 52 0 137 100 127 132 23
Binary 110110 1011101 101 101010 0 1011111 1000000 1010111 1011010 10011

Color Harmonies of #365D05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D05

Black with #365D05

Text Example


Text Example

White with #365D05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,93,5); }

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

background-color css

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

 a { background-color: rgb(54,93,5); }

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

border-color css

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

 span { border-color: rgb(54,93,5); }

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