Html Css Color HEX #425109 Verdun Green

📋 copy color: '#425109'

red 66 ◦ green 81 ◦ blue 9

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

Shades of Verdun Green #425109

Tints of Verdun Green #425109

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

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

R = 42.31%
G = 51.92%
B = 5.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.89

 K value IS 0.68

RGB Variations

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

Color information

#425109 (or 0x425109) is known color: Verdun Green. HEX triplet: 42, 51 and 09. RGB value is (66,81,9). Sum of RGB (Red+Green+Blue) = 66+81+9=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 9 (3.91% from 255 or 5.77% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #425109 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425109 is #BDAEF6. Grayscale: #444444. Windows color (decimal): -12431095 or 610626. OLE color: 610626.

HSL color Cylindrical-coordinate representation of color #425109: hue angle of 72.5º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #425109 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.68.

Color convert

RGB 66 81 9 -
CMYK 0.19 0 0.89 0.68
HSL 72.5º 0.8% 0.18% -
HSV(B) 72.5º 0.89% 0.32% -
XYZ 5.24 7.06 1.35 -
YUV 68.31 94.53 126.35 -
System Red Green Blue C M Y K H S L
Decimal 66 81 9 0.19 0 0.89 0.68 72.5 0.8 0.18
Hex 42 51 9 13 0 59 44 48 50 12
Octal 102 121 11 23 0 131 104 110 120 22
Binary 1000010 1010001 1001 10011 0 1011001 1000100 1001000 1010000 10010

Color Harmonies of #425109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425109

Black with #425109

Text Example


Text Example

White with #425109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425109; }

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

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

background-color css

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

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

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

border-color css

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

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

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