Html Css Color HEX #425808 Verdun Green

📋 copy color: '#425808'

red 66 ◦ green 88 ◦ blue 8

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

Shades of Verdun Green #425808

Tints of Verdun Green #425808

RGB

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

 GREEN value IS 88 (34.77% from 255) = 54.32%

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

R = 40.74%
G = 54.32%
B = 4.94%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#425808 (or 0x425808) is known color: Verdun Green. HEX triplet: 42, 58 and 08. RGB value is (66,88,8). Sum of RGB (Red+Green+Blue) = 66+88+8=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 88 (34.77% from 255 or 54.32% from 162); Blue value is 8 (3.52% from 255 or 4.94% from 162); Max value from RGB is 88 - color contains mainly: green. Hex color #425808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425808 is #BDA7F7. Grayscale: #484848. Windows color (decimal): -12429304 or 546882. OLE color: 546882.

HSL color Cylindrical-coordinate representation of color #425808: hue angle of 76.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #425808 is Cyan = 0.25, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 8 -
CMYK 0.25 0 0.91 0.65
HSL 76.5º 0.83% 0.19% -
HSV(B) 76.5º 0.91% 0.35% -
XYZ 5.78 8.16 1.5 -
YUV 72.3 91.71 123.5 -
System Red Green Blue C M Y K H S L
Decimal 66 88 8 0.25 0 0.91 0.65 76.5 0.83 0.19
Hex 42 58 8 19 0 5B 41 4C 53 13
Octal 102 130 10 31 0 133 101 114 123 23
Binary 1000010 1011000 1000 11001 0 1011011 1000001 1001100 1010011 10011

Color Harmonies of #425808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425808

Black with #425808

Text Example


Text Example

White with #425808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425808; }

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

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

background-color css

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

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

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

border-color css

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

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

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