Html Css Color HEX #425507 Verdun Green

📋 copy color: '#425507'

red 66 ◦ green 85 ◦ blue 7

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

Shades of Verdun Green #425507

Tints of Verdun Green #425507

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.43%

R = 41.77%
G = 53.8%
B = 4.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#425507 (or 0x425507) is known color: Verdun Green. HEX triplet: 42, 55 and 07. RGB value is (66,85,7). Sum of RGB (Red+Green+Blue) = 66+85+7=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 85 (33.59% from 255 or 53.80% from 158); Blue value is 7 (3.12% from 255 or 4.43% from 158); Max value from RGB is 85 - color contains mainly: green. Hex color #425507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425507 is #BDAAF8. Grayscale: #464646. Windows color (decimal): -12430073 or 480578. OLE color: 480578.

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

Color convert

RGB 66 85 7 -
CMYK 0.22 0 0.92 0.67
HSL 74.62º 0.85% 0.18% -
HSV(B) 74.62º 0.92% 0.33% -
XYZ 5.53 7.67 1.39 -
YUV 70.43 92.21 124.84 -
System Red Green Blue C M Y K H S L
Decimal 66 85 7 0.22 0 0.92 0.67 74.62 0.85 0.18
Hex 42 55 7 16 0 5C 43 4B 55 12
Octal 102 125 7 26 0 134 103 113 125 22
Binary 1000010 1010101 111 10110 0 1011100 1000011 1001011 1010101 10010

Color Harmonies of #425507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425507

Black with #425507

Text Example


Text Example

White with #425507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425507; }

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

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

background-color css

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

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

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

border-color css

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

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

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