Html Css Color HEX #365005 Verdun Green

📋 copy color: '#365005'

red 54 ◦ green 80 ◦ blue 5

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

Shades of Verdun Green #365005

Tints of Verdun Green #365005

RGB

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

 GREEN value IS 80 (31.64% from 255) = 57.55%

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

R = 38.85%
G = 57.55%
B = 3.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.69

RGB Variations

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

Color information

#365005 (or 0x365005) is known color: Verdun Green. HEX triplet: 36, 50 and 05. RGB value is (54,80,5). Sum of RGB (Red+Green+Blue) = 54+80+5=139 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.85% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #365005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365005 is #C9AFFA. Grayscale: #3F3F3F. Windows color (decimal): -13217787 or 348214. OLE color: 348214.

HSL color Cylindrical-coordinate representation of color #365005: hue angle of 80.8º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #365005 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.69.

Color convert

RGB 54 80 5 -
CMYK 0.33 0 0.94 0.69
HSL 80.8º 0.88% 0.17% -
HSV(B) 80.8º 0.94% 0.31% -
XYZ 4.42 6.53 1.17 -
YUV 63.68 94.89 121.1 -
System Red Green Blue C M Y K H S L
Decimal 54 80 5 0.33 0 0.94 0.69 80.8 0.88 0.17
Hex 36 50 5 21 0 5E 45 51 58 11
Octal 66 120 5 41 0 136 105 121 130 21
Binary 110110 1010000 101 100001 0 1011110 1000101 1010001 1011000 10001

Color Harmonies of #365005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365005

Black with #365005

Text Example


Text Example

White with #365005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365005; }

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

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

background-color css

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

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

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

border-color css

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

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

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