Html Css Color HEX #425801 Verdun Green

📋 copy color: '#425801'

red 66 ◦ green 88 ◦ blue 1

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

Shades of Verdun Green #425801

Tints of Verdun Green #425801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 42.58%
G = 56.77%
B = 0.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#425801 (or 0x425801) is known color: Verdun Green. HEX triplet: 42, 58 and 01. RGB value is (66,88,1). Sum of RGB (Red+Green+Blue) = 66+88+1=155 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.58% from 155); Green value is 88 (34.77% from 255 or 56.77% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 88 - color contains mainly: green. Hex color #425801 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425801 is #BDA7FE. Grayscale: #474747. Windows color (decimal): -12429311 or 88130. OLE color: 88130.

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

Color convert

RGB 66 88 1 -
CMYK 0.25 0 0.99 0.65
HSL 75.17º 0.98% 0.17% -
HSV(B) 75.17º 0.99% 0.35% -
XYZ 5.74 8.14 1.3 -
YUV 71.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 66 88 1 0.25 0 0.99 0.65 75.17 0.98 0.17
Hex 42 58 1 19 0 63 41 4B 62 11
Octal 102 130 1 31 0 143 101 113 142 21
Binary 1000010 1011000 1 11001 0 1100011 1000001 1001011 1100010 10001

Color Harmonies of #425801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425801

Black with #425801

Text Example


Text Example

White with #425801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425801; }

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

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

background-color css

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

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

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

border-color css

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

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

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