Html Css Color HEX #425908 Verdun Green

📋 copy color: '#425908'

red 66 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #425908

Tints of Verdun Green #425908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 54.6%

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

R = 40.49%
G = 54.6%
B = 4.91%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#425908 (or 0x425908) is known color: Verdun Green. HEX triplet: 42, 59 and 08. RGB value is (66,89,8). Sum of RGB (Red+Green+Blue) = 66+89+8=163 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.49% from 163); Green value is 89 (35.16% from 255 or 54.60% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 89 - color contains mainly: green. Hex color #425908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425908 is #BDA6F7. Grayscale: #494949. Windows color (decimal): -12429048 or 547138. OLE color: 547138.

HSL color Cylindrical-coordinate representation of color #425908: hue angle of 77.04º degrees, saturation: 0.84, 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 #425908 is Cyan = 0.26, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 89 8 -
CMYK 0.26 0 0.91 0.65
HSL 77.04º 0.84% 0.19% -
HSV(B) 77.04º 0.91% 0.35% -
XYZ 5.86 8.32 1.53 -
YUV 72.89 91.38 123.09 -
System Red Green Blue C M Y K H S L
Decimal 66 89 8 0.26 0 0.91 0.65 77.04 0.84 0.19
Hex 42 59 8 1A 0 5B 41 4D 54 13
Octal 102 131 10 32 0 133 101 115 124 23
Binary 1000010 1011001 1000 11010 0 1011011 1000001 1001101 1010100 10011

Color Harmonies of #425908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425908

Black with #425908

Text Example


Text Example

White with #425908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425908; }

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

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

background-color css

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

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

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

border-color css

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

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

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