Html Css Color HEX #425903 Verdun Green

📋 copy color: '#425903'

red 66 ◦ green 89 ◦ blue 3

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

Shades of Verdun Green #425903

Tints of Verdun Green #425903

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 41.77%
G = 56.33%
B = 1.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#425903 (or 0x425903) is known color: Verdun Green. HEX triplet: 42, 59 and 03. RGB value is (66,89,3). Sum of RGB (Red+Green+Blue) = 66+89+3=158 (20% of max value = 765). Red value is 66 (26.17% from 255 or 41.77% from 158); Green value is 89 (35.16% from 255 or 56.33% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 89 - color contains mainly: green. Hex color #425903 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425903 is #BDA6FC. Grayscale: #484848. Windows color (decimal): -12429053 or 219458. OLE color: 219458.

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

Color convert

RGB 66 89 3 -
CMYK 0.26 0 0.97 0.65
HSL 76.05º 0.93% 0.18% -
HSV(B) 76.05º 0.97% 0.35% -
XYZ 5.84 8.31 1.38 -
YUV 72.32 88.88 123.49 -
System Red Green Blue C M Y K H S L
Decimal 66 89 3 0.26 0 0.97 0.65 76.05 0.93 0.18
Hex 42 59 3 1A 0 61 41 4C 5D 12
Octal 102 131 3 32 0 141 101 114 135 22
Binary 1000010 1011001 11 11010 0 1100001 1000001 1001100 1011101 10010

Color Harmonies of #425903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425903

Black with #425903

Text Example


Text Example

White with #425903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425903; }

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

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

background-color css

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

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

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

border-color css

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

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

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