Html Css Color HEX #425807 Verdun Green

📋 copy color: '#425807'

red 66 ◦ green 88 ◦ blue 7

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

Shades of Verdun Green #425807

Tints of Verdun Green #425807

RGB

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

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

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

R = 40.99%
G = 54.66%
B = 4.35%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.92

 K value IS 0.65

RGB Variations

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

Color information

#425807 (or 0x425807) is known color: Verdun Green. HEX triplet: 42, 58 and 07. RGB value is (66,88,7). Sum of RGB (Red+Green+Blue) = 66+88+7=161 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.99% from 161); Green value is 88 (34.77% from 255 or 54.66% from 161); Blue value is 7 (3.12% from 255 or 4.35% from 161); Max value from RGB is 88 - color contains mainly: green. Hex color #425807 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425807 is #BDA7F8. Grayscale: #484848. Windows color (decimal): -12429305 or 481346. OLE color: 481346.

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

Color convert

RGB 66 88 7 -
CMYK 0.25 0 0.92 0.65
HSL 76.3º 0.85% 0.19% -
HSV(B) 76.3º 0.92% 0.35% -
XYZ 5.77 8.15 1.47 -
YUV 72.19 91.21 123.59 -
System Red Green Blue C M Y K H S L
Decimal 66 88 7 0.25 0 0.92 0.65 76.3 0.85 0.19
Hex 42 58 7 19 0 5C 41 4C 55 13
Octal 102 130 7 31 0 134 101 114 125 23
Binary 1000010 1011000 111 11001 0 1011100 1000001 1001100 1010101 10011

Color Harmonies of #425807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425807

Black with #425807

Text Example


Text Example

White with #425807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425807; }

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

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

background-color css

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

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

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

border-color css

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

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

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