Html Css Color HEX #425508 Verdun Green

📋 copy color: '#425508'

red 66 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #425508

Tints of Verdun Green #425508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 53.46%

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

R = 41.51%
G = 53.46%
B = 5.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#425508 (or 0x425508) is known color: Verdun Green. HEX triplet: 42, 55 and 08. RGB value is (66,85,8). Sum of RGB (Red+Green+Blue) = 66+85+8=159 (21% of max value = 765). Red value is 66 (26.17% from 255 or 41.51% from 159); Green value is 85 (33.59% from 255 or 53.46% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 85 - color contains mainly: green. Hex color #425508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425508 is #BDAAF7. Grayscale: #464646. Windows color (decimal): -12430072 or 546114. OLE color: 546114.

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

Color convert

RGB 66 85 8 -
CMYK 0.22 0 0.91 0.67
HSL 74.81º 0.83% 0.18% -
HSV(B) 74.81º 0.91% 0.33% -
XYZ 5.54 7.67 1.42 -
YUV 70.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 66 85 8 0.22 0 0.91 0.67 74.81 0.83 0.18
Hex 42 55 8 16 0 5B 43 4B 53 12
Octal 102 125 10 26 0 133 103 113 123 22
Binary 1000010 1010101 1000 10110 0 1011011 1000011 1001011 1010011 10010

Color Harmonies of #425508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425508

Black with #425508

Text Example


Text Example

White with #425508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425508; }

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

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

background-color css

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

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

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

border-color css

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

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

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