Html Css Color HEX #425601 Verdun Green

📋 copy color: '#425601'

red 66 ◦ green 86 ◦ blue 1

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

Shades of Verdun Green #425601

Tints of Verdun Green #425601

RGB

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

 GREEN value IS 86 (33.98% from 255) = 56.21%

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

R = 43.14%
G = 56.21%
B = 0.65%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.66

RGB Variations

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

Color information

#425601 (or 0x425601) is known color: Verdun Green. HEX triplet: 42, 56 and 01. RGB value is (66,86,1). Sum of RGB (Red+Green+Blue) = 66+86+1=153 (20% of max value = 765). Red value is 66 (26.17% from 255 or 43.14% from 153); Green value is 86 (33.98% from 255 or 56.21% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 86 - color contains mainly: green. Hex color #425601 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425601 is #BDA9FE. Grayscale: #464646. Windows color (decimal): -12429823 or 87618. OLE color: 87618.

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

Color convert

RGB 66 86 1 -
CMYK 0.23 0 0.99 0.66
HSL 74.12º 0.98% 0.17% -
HSV(B) 74.12º 0.99% 0.34% -
XYZ 5.58 7.82 1.24 -
YUV 70.33 88.87 124.91 -
System Red Green Blue C M Y K H S L
Decimal 66 86 1 0.23 0 0.99 0.66 74.12 0.98 0.17
Hex 42 56 1 17 0 63 42 4A 62 11
Octal 102 126 1 27 0 143 102 112 142 21
Binary 1000010 1010110 1 10111 0 1100011 1000010 1001010 1100010 10001

Color Harmonies of #425601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425601

Black with #425601

Text Example


Text Example

White with #425601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425601; }

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

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

background-color css

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

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

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

border-color css

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

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

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