Html Css Color HEX #425408 Verdun Green

📋 copy color: '#425408'

red 66 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #425408

Tints of Verdun Green #425408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.06%

R = 41.77%
G = 53.16%
B = 5.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#425408 (or 0x425408) is known color: Verdun Green. HEX triplet: 42, 54 and 08. RGB value is (66,84,8). Sum of RGB (Red+Green+Blue) = 66+84+8=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 84 (33.20% from 255 or 53.16% from 158); Blue value is 8 (3.52% from 255 or 5.06% from 158); Max value from RGB is 84 - color contains mainly: green. Hex color #425408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425408 is #BDABF7. Grayscale: #464646. Windows color (decimal): -12430328 or 545858. OLE color: 545858.

HSL color Cylindrical-coordinate representation of color #425408: hue angle of 74.21º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #425408 is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 66 84 8 -
CMYK 0.21 0 0.90 0.67
HSL 74.21º 0.83% 0.18% -
HSV(B) 74.21º 0.9% 0.33% -
XYZ 5.46 7.52 1.39 -
YUV 69.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 66 84 8 0.21 0 0.90 0.67 74.21 0.83 0.18
Hex 42 54 8 15 0 5A 43 4A 53 12
Octal 102 124 10 25 0 132 103 112 123 22
Binary 1000010 1010100 1000 10101 0 1011010 1000011 1001010 1010011 10010

Color Harmonies of #425408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425408

Black with #425408

Text Example


Text Example

White with #425408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425408; }

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

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

background-color css

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

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

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

border-color css

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

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

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