Html Css Color HEX #425611 Verdun Green

📋 copy color: '#425611'

red 66 ◦ green 86 ◦ blue 17

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

Shades of Verdun Green #425611

Tints of Verdun Green #425611

RGB

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

 GREEN value IS 86 (33.98% from 255) = 50.89%

 BLUE value IS 17 (7.03% from 255) = 10.06%

R = 39.05%
G = 50.89%
B = 10.06%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.66

RGB Variations

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

Color information

#425611 (or 0x425611) is known color: Verdun Green. HEX triplet: 42, 56 and 11. RGB value is (66,86,17). Sum of RGB (Red+Green+Blue) = 66+86+17=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 86 (33.98% from 255 or 50.89% from 169); Blue value is 17 (7.03% from 255 or 10.06% from 169); Max value from RGB is 86 - color contains mainly: green. Hex color #425611 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425611 is #BDA9EE. Grayscale: #484848. Windows color (decimal): -12429807 or 1136194. OLE color: 1136194.

HSL color Cylindrical-coordinate representation of color #425611: hue angle of 77.39º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425611 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 17 -
CMYK 0.23 0 0.80 0.66
HSL 77.39º 0.67% 0.2% -
HSV(B) 77.39º 0.8% 0.34% -
XYZ 5.68 7.85 1.75 -
YUV 72.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 66 86 17 0.23 0 0.80 0.66 77.39 0.67 0.2
Hex 42 56 11 17 0 50 42 4D 43 14
Octal 102 126 21 27 0 120 102 115 103 24
Binary 1000010 1010110 10001 10111 0 1010000 1000010 1001101 1000011 10100

Color Harmonies of #425611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425611

Black with #425611

Text Example


Text Example

White with #425611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425611; }

 p { color: rgb(66,86,17); }

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

background-color css

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

 a { background-color: rgb(66,86,17); }

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

border-color css

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

 span { border-color: rgb(66,86,17); }

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