Html Css Color HEX #425505 Verdun Green

📋 copy color: '#425505'

red 66 ◦ green 85 ◦ blue 5

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

Shades of Verdun Green #425505

Tints of Verdun Green #425505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 42.31%
G = 54.49%
B = 3.21%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#425505 (or 0x425505) is known color: Verdun Green. HEX triplet: 42, 55 and 05. RGB value is (66,85,5). Sum of RGB (Red+Green+Blue) = 66+85+5=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 85 (33.59% from 255 or 54.49% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 85 - color contains mainly: green. Hex color #425505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425505 is #BDAAFA. Grayscale: #464646. Windows color (decimal): -12430075 or 349506. OLE color: 349506.

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

Color convert

RGB 66 85 5 -
CMYK 0.22 0 0.94 0.67
HSL 74.25º 0.89% 0.18% -
HSV(B) 74.25º 0.94% 0.33% -
XYZ 5.52 7.67 1.33 -
YUV 70.2 91.21 125 -
System Red Green Blue C M Y K H S L
Decimal 66 85 5 0.22 0 0.94 0.67 74.25 0.89 0.18
Hex 42 55 5 16 0 5E 43 4A 59 12
Octal 102 125 5 26 0 136 103 112 131 22
Binary 1000010 1010101 101 10110 0 1011110 1000011 1001010 1011001 10010

Color Harmonies of #425505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425505

Black with #425505

Text Example


Text Example

White with #425505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425505; }

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

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

background-color css

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

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

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

border-color css

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

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

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