Html Css Color HEX #425411 Verdun Green

📋 copy color: '#425411'

red 66 ◦ green 84 ◦ blue 17

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

Shades of Verdun Green #425411

Tints of Verdun Green #425411

RGB

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

 GREEN value IS 84 (33.2% from 255) = 50.3%

 BLUE value IS 17 (7.03% from 255) = 10.18%

R = 39.52%
G = 50.3%
B = 10.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.80

 K value IS 0.67

RGB Variations

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

Color information

#425411 (or 0x425411) is known color: Verdun Green. HEX triplet: 42, 54 and 11. RGB value is (66,84,17). Sum of RGB (Red+Green+Blue) = 66+84+17=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 84 (33.20% from 255 or 50.30% from 167); Blue value is 17 (7.03% from 255 or 10.18% from 167); Max value from RGB is 84 - color contains mainly: green. Hex color #425411 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425411 is #BDABEE. Grayscale: #474747. Windows color (decimal): -12430319 or 1135682. OLE color: 1135682.

HSL color Cylindrical-coordinate representation of color #425411: hue angle of 76.12º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #425411 is Cyan = 0.21, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 17 -
CMYK 0.21 0 0.80 0.67
HSL 76.12º 0.66% 0.2% -
HSV(B) 76.12º 0.8% 0.33% -
XYZ 5.52 7.54 1.69 -
YUV 70.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 66 84 17 0.21 0 0.80 0.67 76.12 0.66 0.2
Hex 42 54 11 15 0 50 43 4C 42 14
Octal 102 124 21 25 0 120 103 114 102 24
Binary 1000010 1010100 10001 10101 0 1010000 1000011 1001100 1000010 10100

Color Harmonies of #425411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425411

Black with #425411

Text Example


Text Example

White with #425411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425411; }

 p { color: rgb(66,84,17); }

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

background-color css

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

 a { background-color: rgb(66,84,17); }

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

border-color css

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

 span { border-color: rgb(66,84,17); }

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