Html Css Color HEX #365105 Verdun Green

📋 copy color: '#365105'

red 54 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #365105

Tints of Verdun Green #365105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 57.86%

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

R = 38.57%
G = 57.86%
B = 3.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#365105 (or 0x365105) is known color: Verdun Green. HEX triplet: 36, 51 and 05. RGB value is (54,81,5). Sum of RGB (Red+Green+Blue) = 54+81+5=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 81 (32.03% from 255 or 57.86% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 81 - color contains mainly: green. Hex color #365105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #365105 is #C9AEFA. Grayscale: #404040. Windows color (decimal): -13217531 or 348470. OLE color: 348470.

HSL color Cylindrical-coordinate representation of color #365105: hue angle of 81.32º degrees, saturation: 0.88, 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 #365105 is Cyan = 0.33, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 54 81 5 -
CMYK 0.33 0 0.94 0.68
HSL 81.32º 0.88% 0.17% -
HSV(B) 81.32º 0.94% 0.32% -
XYZ 4.49 6.68 1.2 -
YUV 64.26 94.55 120.68 -
System Red Green Blue C M Y K H S L
Decimal 54 81 5 0.33 0 0.94 0.68 81.32 0.88 0.17
Hex 36 51 5 21 0 5E 44 51 58 11
Octal 66 121 5 41 0 136 104 121 130 21
Binary 110110 1010001 101 100001 0 1011110 1000100 1010001 1011000 10001

Color Harmonies of #365105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365105

Black with #365105

Text Example


Text Example

White with #365105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #365105; }

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

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

background-color css

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

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

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

border-color css

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

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

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