Html Css Color HEX #425100 Verdun Green

📋 copy color: '#425100'

red 66 ◦ green 81 ◦ blue 0

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

Shades of Verdun Green #425100

Tints of Verdun Green #425100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 44.9%
G = 55.1%
B = 0%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 1

 K value IS 0.68

RGB Variations

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

Color information

#425100 (or 0x425100) is known color: Verdun Green. HEX triplet: 42, 51 and 00. RGB value is (66,81,0). Sum of RGB (Red+Green+Blue) = 66+81+0=147 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.90% from 147); Green value is 81 (32.03% from 255 or 55.10% from 147); Blue value is 0 (0.39% from 255 or 0% from 147); Max value from RGB is 81 - color contains mainly: green. Hex color #425100 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425100 is #BDAEFF. Grayscale: #434343. Windows color (decimal): -12431104 or 20802. OLE color: 20802.

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

Color convert

RGB 66 81 0 -
CMYK 0.19 0 1 0.68
HSL 71.11º 1% 0.16% -
HSV(B) 71.11º 1% 0.32% -
XYZ 5.19 7.04 1.09 -
YUV 67.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 66 81 0 0.19 0 1 0.68 71.11 1 0.16
Hex 42 51 0 13 0 64 44 47 64 10
Octal 102 121 0 23 0 144 104 107 144 20
Binary 1000010 1010001 0 10011 0 1100100 1000100 1000111 1100100 10000

Color Harmonies of #425100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425100

Black with #425100

Text Example


Text Example

White with #425100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425100; }

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

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

background-color css

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

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

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

border-color css

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

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

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