Html Css Color HEX #425616 Verdun Green

📋 copy color: '#425616'

red 66 ◦ green 86 ◦ blue 22

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

Shades of Verdun Green #425616

Tints of Verdun Green #425616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.64%

R = 37.93%
G = 49.43%
B = 12.64%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.74

 K value IS 0.66

RGB Variations

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

Color information

#425616 (or 0x425616) is known color: Verdun Green. HEX triplet: 42, 56 and 16. RGB value is (66,86,22). Sum of RGB (Red+Green+Blue) = 66+86+22=174 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.93% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 22 (8.98% from 255 or 12.64% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #425616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425616 is #BDA9E9. Grayscale: #484848. Windows color (decimal): -12429802 or 1463874. OLE color: 1463874.

HSL color Cylindrical-coordinate representation of color #425616: hue angle of 78.75º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #425616 is Cyan = 0.23, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.66.

Color convert

RGB 66 86 22 -
CMYK 0.23 0 0.74 0.66
HSL 78.75º 0.59% 0.21% -
HSV(B) 78.75º 0.74% 0.34% -
XYZ 5.72 7.87 1.98 -
YUV 72.72 99.37 123.2 -
System Red Green Blue C M Y K H S L
Decimal 66 86 22 0.23 0 0.74 0.66 78.75 0.59 0.21
Hex 42 56 16 17 0 4A 42 4F 3B 15
Octal 102 126 26 27 0 112 102 117 73 25
Binary 1000010 1010110 10110 10111 0 1001010 1000010 1001111 111011 10101

Color Harmonies of #425616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425616

Black with #425616

Text Example


Text Example

White with #425616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425616; }

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

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

background-color css

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

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

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

border-color css

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

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

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