Html Css Color HEX #425914 Verdun Green

📋 copy color: '#425914'

red 66 ◦ green 89 ◦ blue 20

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

Shades of Verdun Green #425914

Tints of Verdun Green #425914

RGB

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

 GREEN value IS 89 (35.16% from 255) = 50.86%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 37.71%
G = 50.86%
B = 11.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#425914 (or 0x425914) is known color: Verdun Green. HEX triplet: 42, 59 and 14. RGB value is (66,89,20). Sum of RGB (Red+Green+Blue) = 66+89+20=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 89 (35.16% from 255 or 50.86% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 89 - color contains mainly: green. Hex color #425914 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425914 is #BDA6EB. Grayscale: #4A4A4A. Windows color (decimal): -12429036 or 1333570. OLE color: 1333570.

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

Color convert

RGB 66 89 20 -
CMYK 0.26 0 0.78 0.65
HSL 80º 0.63% 0.21% -
HSV(B) 80º 0.78% 0.35% -
XYZ 5.95 8.35 1.96 -
YUV 74.26 97.38 122.11 -
System Red Green Blue C M Y K H S L
Decimal 66 89 20 0.26 0 0.78 0.65 80 0.63 0.21
Hex 42 59 14 1A 0 4E 41 50 3F 15
Octal 102 131 24 32 0 116 101 120 77 25
Binary 1000010 1011001 10100 11010 0 1001110 1000001 1010000 111111 10101

Color Harmonies of #425914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425914

Black with #425914

Text Example


Text Example

White with #425914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425914; }

 p { color: rgb(66,89,20); }

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

background-color css

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

 a { background-color: rgb(66,89,20); }

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

border-color css

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

 span { border-color: rgb(66,89,20); }

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