Html Css Color HEX #365205 Verdun Green

📋 copy color: '#365205'

red 54 ◦ green 82 ◦ blue 5

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

Shades of Verdun Green #365205

Tints of Verdun Green #365205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 58.16%

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

R = 38.3%
G = 58.16%
B = 3.55%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#365205 (or 0x365205) is known color: Verdun Green. HEX triplet: 36, 52 and 05. RGB value is (54,82,5). Sum of RGB (Red+Green+Blue) = 54+82+5=141 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.30% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #365205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365205 is #C9ADFA. Grayscale: #414141. Windows color (decimal): -13217275 or 348726. OLE color: 348726.

HSL color Cylindrical-coordinate representation of color #365205: hue angle of 81.82º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365205 is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 82 5 -
CMYK 0.34 0 0.94 0.68
HSL 81.82º 0.89% 0.17% -
HSV(B) 81.82º 0.94% 0.32% -
XYZ 4.57 6.83 1.22 -
YUV 64.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 54 82 5 0.34 0 0.94 0.68 81.82 0.89 0.17
Hex 36 52 5 22 0 5E 44 52 59 11
Octal 66 122 5 42 0 136 104 122 131 21
Binary 110110 1010010 101 100010 0 1011110 1000100 1010010 1011001 10001

Color Harmonies of #365205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365205

Black with #365205

Text Example


Text Example

White with #365205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365205; }

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

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

background-color css

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

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

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

border-color css

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

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

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