Html Css Color HEX #425619 Verdun Green

📋 copy color: '#425619'

red 66 ◦ green 86 ◦ blue 25

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

Shades of Verdun Green #425619

Tints of Verdun Green #425619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.12%

R = 37.29%
G = 48.59%
B = 14.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#425619 (or 0x425619) is known color: Verdun Green. HEX triplet: 42, 56 and 19. RGB value is (66,86,25). Sum of RGB (Red+Green+Blue) = 66+86+25=177 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.29% from 177); Green value is 86 (33.98% from 255 or 48.59% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 86 - color contains mainly: green. Hex color #425619 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425619 is #BDA9E6. Grayscale: #494949. Windows color (decimal): -12429799 or 1660482. OLE color: 1660482.

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

Color convert

RGB 66 86 25 -
CMYK 0.23 0 0.71 0.66
HSL 79.67º 0.55% 0.22% -
HSV(B) 79.67º 0.71% 0.34% -
XYZ 5.75 7.88 2.14 -
YUV 73.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 66 86 25 0.23 0 0.71 0.66 79.67 0.55 0.22
Hex 42 56 19 17 0 47 42 50 37 16
Octal 102 126 31 27 0 107 102 120 67 26
Binary 1000010 1010110 11001 10111 0 1000111 1000010 1010000 110111 10110

Color Harmonies of #425619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425619

Black with #425619

Text Example


Text Example

White with #425619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425619; }

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

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

background-color css

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

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

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

border-color css

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

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

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