Html Css Color HEX #425E19 Verdun Green

📋 copy color: '#425E19'

red 66 ◦ green 94 ◦ blue 25

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

Shades of Verdun Green #425E19

Tints of Verdun Green #425E19

RGB

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

 GREEN value IS 94 (37.11% from 255) = 50.81%

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

R = 35.68%
G = 50.81%
B = 13.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.63

RGB Variations

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

Color information

#425E19 (or 0x425E19) is known color: Verdun Green. HEX triplet: 42, 5E and 19. RGB value is (66,94,25). Sum of RGB (Red+Green+Blue) = 66+94+25=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 25 (10.16% from 255 or 13.51% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #425E19 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E19 is #BDA1E6. Grayscale: #4E4E4E. Windows color (decimal): -12427751 or 1662530. OLE color: 1662530.

HSL color Cylindrical-coordinate representation of color #425E19: hue angle of 84.35º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425E19 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB 66 94 25 -
CMYK 0.30 0 0.73 0.63
HSL 84.35º 0.58% 0.23% -
HSV(B) 84.35º 0.73% 0.37% -
XYZ 6.42 9.23 2.36 -
YUV 77.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 66 94 25 0.30 0 0.73 0.63 84.35 0.58 0.23
Hex 42 5E 19 1E 0 49 3F 54 3A 17
Octal 102 136 31 36 0 111 77 124 72 27
Binary 1000010 1011110 11001 11110 0 1001001 111111 1010100 111010 10111

Color Harmonies of #425E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E19

Black with #425E19

Text Example


Text Example

White with #425E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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