Html Css Color HEX #425E15 Verdun Green

📋 copy color: '#425E15'

red 66 ◦ green 94 ◦ blue 21

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

Shades of Verdun Green #425E15

Tints of Verdun Green #425E15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 11.6%

R = 36.46%
G = 51.93%
B = 11.6%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.63

RGB Variations

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

Color information

#425E15 (or 0x425E15) is known color: Verdun Green. HEX triplet: 42, 5E and 15. RGB value is (66,94,21). Sum of RGB (Red+Green+Blue) = 66+94+21=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 94 (37.11% from 255 or 51.93% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 94 - color contains mainly: green. Hex color #425E15 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425E15 is #BDA1EA. Grayscale: #4D4D4D. Windows color (decimal): -12427755 or 1400386. OLE color: 1400386.

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

Color convert

RGB 66 94 21 -
CMYK 0.30 0 0.78 0.63
HSL 83.01º 0.63% 0.23% -
HSV(B) 83.01º 0.78% 0.37% -
XYZ 6.38 9.22 2.15 -
YUV 77.31 96.22 119.94 -
System Red Green Blue C M Y K H S L
Decimal 66 94 21 0.30 0 0.78 0.63 83.01 0.63 0.23
Hex 42 5E 15 1E 0 4E 3F 53 3F 17
Octal 102 136 25 36 0 116 77 123 77 27
Binary 1000010 1011110 10101 11110 0 1001110 111111 1010011 111111 10111

Color Harmonies of #425E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425E15

Black with #425E15

Text Example


Text Example

White with #425E15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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