Html Css Color HEX #425809 Verdun Green

📋 copy color: '#425809'

red 66 ◦ green 88 ◦ blue 9

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

Shades of Verdun Green #425809

Tints of Verdun Green #425809

RGB

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

 GREEN value IS 88 (34.77% from 255) = 53.99%

 BLUE value IS 9 (3.91% from 255) = 5.52%

R = 40.49%
G = 53.99%
B = 5.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.90

 K value IS 0.65

RGB Variations

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

Color information

#425809 (or 0x425809) is known color: Verdun Green. HEX triplet: 42, 58 and 09. RGB value is (66,88,9). Sum of RGB (Red+Green+Blue) = 66+88+9=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 88 (34.77% from 255 or 53.99% from 163); Blue value is 9 (3.91% from 255 or 5.52% from 163); Max value from RGB is 88 - color contains mainly: green. Hex color #425809 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425809 is #BDA7F6. Grayscale: #484848. Windows color (decimal): -12429303 or 612418. OLE color: 612418.

HSL color Cylindrical-coordinate representation of color #425809: hue angle of 76.71º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425809 is Cyan = 0.25, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 9 -
CMYK 0.25 0 0.90 0.65
HSL 76.71º 0.81% 0.19% -
HSV(B) 76.71º 0.9% 0.35% -
XYZ 5.79 8.16 1.53 -
YUV 72.42 92.21 123.42 -
System Red Green Blue C M Y K H S L
Decimal 66 88 9 0.25 0 0.90 0.65 76.71 0.81 0.19
Hex 42 58 9 19 0 5A 41 4D 51 13
Octal 102 130 11 31 0 132 101 115 121 23
Binary 1000010 1011000 1001 11001 0 1011010 1000001 1001101 1010001 10011

Color Harmonies of #425809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425809

Black with #425809

Text Example


Text Example

White with #425809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425809; }

 p { color: rgb(66,88,9); }

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

background-color css

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

 a { background-color: rgb(66,88,9); }

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

border-color css

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

 span { border-color: rgb(66,88,9); }

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