Html Css Color HEX #425901 Verdun Green

📋 copy color: '#425901'

red 66 ◦ green 89 ◦ blue 1

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

Shades of Verdun Green #425901

Tints of Verdun Green #425901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 57.05%

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

R = 42.31%
G = 57.05%
B = 0.64%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.99

 K value IS 0.65

RGB Variations

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

Color information

#425901 (or 0x425901) is known color: Verdun Green. HEX triplet: 42, 59 and 01. RGB value is (66,89,1). Sum of RGB (Red+Green+Blue) = 66+89+1=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 89 (35.16% from 255 or 57.05% from 156); Blue value is 1 (0.78% from 255 or 0.64% from 156); Max value from RGB is 89 - color contains mainly: green. Hex color #425901 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425901 is #BDA6FE. Grayscale: #484848. Windows color (decimal): -12429055 or 88386. OLE color: 88386.

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

Color convert

RGB 66 89 1 -
CMYK 0.26 0 0.99 0.65
HSL 75.68º 0.98% 0.18% -
HSV(B) 75.68º 0.99% 0.35% -
XYZ 5.82 8.31 1.32 -
YUV 72.09 87.88 123.66 -
System Red Green Blue C M Y K H S L
Decimal 66 89 1 0.26 0 0.99 0.65 75.68 0.98 0.18
Hex 42 59 1 1A 0 63 41 4C 62 12
Octal 102 131 1 32 0 143 101 114 142 22
Binary 1000010 1011001 1 11010 0 1100011 1000001 1001100 1100010 10010

Color Harmonies of #425901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425901

Black with #425901

Text Example


Text Example

White with #425901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425901; }

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

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

background-color css

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

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

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

border-color css

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

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

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