Html Css Color HEX #425110 Verdun Green

📋 copy color: '#425110'

red 66 ◦ green 81 ◦ blue 16

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

Shades of Verdun Green #425110

Tints of Verdun Green #425110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.82%

R = 40.49%
G = 49.69%
B = 9.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#425110 (or 0x425110) is known color: Verdun Green. HEX triplet: 42, 51 and 10. RGB value is (66,81,16). Sum of RGB (Red+Green+Blue) = 66+81+16=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 81 (32.03% from 255 or 49.69% from 163); Blue value is 16 (6.64% from 255 or 9.82% from 163); Max value from RGB is 81 - color contains mainly: green. Hex color #425110 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425110 is #BDAEEF. Grayscale: #454545. Windows color (decimal): -12431088 or 1069378. OLE color: 1069378.

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

Color convert

RGB 66 81 16 -
CMYK 0.19 0 0.80 0.68
HSL 73.85º 0.67% 0.19% -
HSV(B) 73.85º 0.8% 0.32% -
XYZ 5.28 7.08 1.58 -
YUV 69.11 98.03 125.79 -
System Red Green Blue C M Y K H S L
Decimal 66 81 16 0.19 0 0.80 0.68 73.85 0.67 0.19
Hex 42 51 10 13 0 50 44 4A 43 13
Octal 102 121 20 23 0 120 104 112 103 23
Binary 1000010 1010001 10000 10011 0 1010000 1000100 1001010 1000011 10011

Color Harmonies of #425110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425110

Black with #425110

Text Example


Text Example

White with #425110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425110; }

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

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

background-color css

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

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

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

border-color css

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

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

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