Html Css Color HEX #425613 Verdun Green

📋 copy color: '#425613'

red 66 ◦ green 86 ◦ blue 19

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

Shades of Verdun Green #425613

Tints of Verdun Green #425613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 11.11%

R = 38.6%
G = 50.29%
B = 11.11%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.66

RGB Variations

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

Color information

#425613 (or 0x425613) is known color: Verdun Green. HEX triplet: 42, 56 and 13. RGB value is (66,86,19). Sum of RGB (Red+Green+Blue) = 66+86+19=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 86 (33.98% from 255 or 50.29% from 171); Blue value is 19 (7.81% from 255 or 11.11% from 171); Max value from RGB is 86 - color contains mainly: green. Hex color #425613 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425613 is #BDA9EC. Grayscale: #484848. Windows color (decimal): -12429805 or 1267266. OLE color: 1267266.

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

Color convert

RGB 66 86 19 -
CMYK 0.23 0 0.78 0.66
HSL 77.91º 0.64% 0.21% -
HSV(B) 77.91º 0.78% 0.34% -
XYZ 5.69 7.86 1.83 -
YUV 72.38 97.87 123.45 -
System Red Green Blue C M Y K H S L
Decimal 66 86 19 0.23 0 0.78 0.66 77.91 0.64 0.21
Hex 42 56 13 17 0 4E 42 4E 40 15
Octal 102 126 23 27 0 116 102 116 100 25
Binary 1000010 1010110 10011 10111 0 1001110 1000010 1001110 1000000 10101

Color Harmonies of #425613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425613

Black with #425613

Text Example


Text Example

White with #425613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425613; }

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

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

background-color css

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

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

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

border-color css

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

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

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