Html Css Color HEX #425803 Verdun Green

📋 copy color: '#425803'

red 66 ◦ green 88 ◦ blue 3

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

Shades of Verdun Green #425803

Tints of Verdun Green #425803

RGB

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

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

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

R = 42.04%
G = 56.05%
B = 1.91%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.97

 K value IS 0.65

RGB Variations

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

Color information

#425803 (or 0x425803) is known color: Verdun Green. HEX triplet: 42, 58 and 03. RGB value is (66,88,3). Sum of RGB (Red+Green+Blue) = 66+88+3=157 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.04% from 157); Green value is 88 (34.77% from 255 or 56.05% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 88 - color contains mainly: green. Hex color #425803 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #425803 is #BDA7FC. Grayscale: #484848. Windows color (decimal): -12429309 or 219202. OLE color: 219202.

HSL color Cylindrical-coordinate representation of color #425803: hue angle of 75.53º 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 #425803 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.65.

Color convert

RGB 66 88 3 -
CMYK 0.25 0 0.97 0.65
HSL 75.53º 0.93% 0.18% -
HSV(B) 75.53º 0.97% 0.35% -
XYZ 5.75 8.14 1.35 -
YUV 71.73 89.21 123.91 -
System Red Green Blue C M Y K H S L
Decimal 66 88 3 0.25 0 0.97 0.65 75.53 0.93 0.18
Hex 42 58 3 19 0 61 41 4C 5D 12
Octal 102 130 3 31 0 141 101 114 135 22
Binary 1000010 1011000 11 11001 0 1100001 1000001 1001100 1011101 10010

Color Harmonies of #425803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425803

Black with #425803

Text Example


Text Example

White with #425803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425803; }

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

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

background-color css

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

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

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

border-color css

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

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

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