Html Css Color HEX #425A13 Verdun Green

📋 copy color: '#425A13'

red 66 ◦ green 90 ◦ blue 19

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

Shades of Verdun Green #425A13

Tints of Verdun Green #425A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

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

R = 37.71%
G = 51.43%
B = 10.86%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#425A13 (or 0x425A13) is known color: Verdun Green. HEX triplet: 42, 5A and 13. RGB value is (66,90,19). Sum of RGB (Red+Green+Blue) = 66+90+19=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #425A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425A13 is #BDA5EC. Grayscale: #4A4A4A. Windows color (decimal): -12428781 or 1268290. OLE color: 1268290.

HSL color Cylindrical-coordinate representation of color #425A13: hue angle of 80.28º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #425A13 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 90 19 -
CMYK 0.27 0 0.79 0.65
HSL 80.28º 0.65% 0.21% -
HSV(B) 80.28º 0.79% 0.35% -
XYZ 6.02 8.52 1.94 -
YUV 74.73 96.55 121.77 -
System Red Green Blue C M Y K H S L
Decimal 66 90 19 0.27 0 0.79 0.65 80.28 0.65 0.21
Hex 42 5A 13 1B 0 4F 41 50 41 15
Octal 102 132 23 33 0 117 101 120 101 25
Binary 1000010 1011010 10011 11011 0 1001111 1000001 1010000 1000001 10101

Color Harmonies of #425A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425A13

Black with #425A13

Text Example


Text Example

White with #425A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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