Html Css Color HEX #425917 Verdun Green

📋 copy color: '#425917'

red 66 ◦ green 89 ◦ blue 23

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

Shades of Verdun Green #425917

Tints of Verdun Green #425917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.92%

R = 37.08%
G = 50%
B = 12.92%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#425917 (or 0x425917) is known color: Verdun Green. HEX triplet: 42, 59 and 17. RGB value is (66,89,23). Sum of RGB (Red+Green+Blue) = 66+89+23=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 89 (35.16% from 255 or 50% from 178); Blue value is 23 (9.38% from 255 or 12.92% from 178); Max value from RGB is 89 - color contains mainly: green. Hex color #425917 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425917 is #BDA6E8. Grayscale: #4A4A4A. Windows color (decimal): -12429033 or 1530178. OLE color: 1530178.

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

Color convert

RGB 66 89 23 -
CMYK 0.26 0 0.74 0.65
HSL 80.91º 0.59% 0.22% -
HSV(B) 80.91º 0.74% 0.35% -
XYZ 5.97 8.36 2.11 -
YUV 74.6 98.88 121.87 -
System Red Green Blue C M Y K H S L
Decimal 66 89 23 0.26 0 0.74 0.65 80.91 0.59 0.22
Hex 42 59 17 1A 0 4A 41 51 3B 16
Octal 102 131 27 32 0 112 101 121 73 26
Binary 1000010 1011001 10111 11010 0 1001010 1000001 1010001 111011 10110

Color Harmonies of #425917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425917

Black with #425917

Text Example


Text Example

White with #425917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425917; }

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

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

background-color css

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

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

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

border-color css

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

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

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