Html Css Color HEX #425105 Verdun Green

📋 copy color: '#425105'

red 66 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #425105

Tints of Verdun Green #425105

RGB

 RED value IS 66 (26.17% from 255) = 43.42%

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

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

R = 43.42%
G = 53.29%
B = 3.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#425105 (or 0x425105) is known color: Verdun Green. HEX triplet: 42, 51 and 05. RGB value is (66,81,5). Sum of RGB (Red+Green+Blue) = 66+81+5=152 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.42% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 5 (2.34% from 255 or 3.29% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #425105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425105 is #BDAEFA. Grayscale: #444444. Windows color (decimal): -12431099 or 348482. OLE color: 348482.

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

Color convert

RGB 66 81 5 -
CMYK 0.19 0 0.94 0.68
HSL 71.84º 0.88% 0.17% -
HSV(B) 71.84º 0.94% 0.32% -
XYZ 5.22 7.05 1.23 -
YUV 67.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 66 81 5 0.19 0 0.94 0.68 71.84 0.88 0.17
Hex 42 51 5 13 0 5E 44 48 58 11
Octal 102 121 5 23 0 136 104 110 130 21
Binary 1000010 1010001 101 10011 0 1011110 1000100 1001000 1011000 10001

Color Harmonies of #425105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425105

Black with #425105

Text Example


Text Example

White with #425105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425105; }

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

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

background-color css

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

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

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

border-color css

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

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

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