Html Css Color HEX #395105 Verdun Green

📋 copy color: '#395105'

red 57 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #395105

Tints of Verdun Green #395105

RGB

 RED value IS 57 (22.66% from 255) = 39.86%

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

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

R = 39.86%
G = 56.64%
B = 3.5%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#395105 (or 0x395105) is known color: Verdun Green. HEX triplet: 39, 51 and 05. RGB value is (57,81,5). Sum of RGB (Red+Green+Blue) = 57+81+5=143 (18% of max value = 765). Red value is 57 (22.66% from 255 or 39.86% from 143); Green value is 81 (32.03% from 255 or 56.64% from 143); Blue value is 5 (2.34% from 255 or 3.50% from 143); Max value from RGB is 81 - color contains mainly: green. Hex color #395105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #395105 is #C6AEFA. Grayscale: #414141. Windows color (decimal): -13020923 or 348473. OLE color: 348473.

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

Color convert

RGB 57 81 5 -
CMYK 0.30 0 0.94 0.68
HSL 78.95º 0.88% 0.17% -
HSV(B) 78.95º 0.94% 0.32% -
XYZ 4.66 6.77 1.2 -
YUV 65.16 94.05 122.18 -
System Red Green Blue C M Y K H S L
Decimal 57 81 5 0.30 0 0.94 0.68 78.95 0.88 0.17
Hex 39 51 5 1E 0 5E 44 4F 58 11
Octal 71 121 5 36 0 136 104 117 130 21
Binary 111001 1010001 101 11110 0 1011110 1000100 1001111 1011000 10001

Color Harmonies of #395105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395105

Black with #395105

Text Example


Text Example

White with #395105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395105; }

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

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

background-color css

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

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

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

border-color css

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

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

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