Html Css Color HEX #415603 Verdun Green

📋 copy color: '#415603'

red 65 ◦ green 86 ◦ blue 3

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

Shades of Verdun Green #415603

Tints of Verdun Green #415603

RGB

 RED value IS 65 (25.78% from 255) = 42.21%

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

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

R = 42.21%
G = 55.84%
B = 1.95%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.97

 K value IS 0.66

RGB Variations

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

Color information

#415603 (or 0x415603) is known color: Verdun Green. HEX triplet: 41, 56 and 03. RGB value is (65,86,3). Sum of RGB (Red+Green+Blue) = 65+86+3=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 86 (33.98% from 255 or 55.84% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 86 - color contains mainly: green. Hex color #415603 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415603 is #BEA9FC. Grayscale: #464646. Windows color (decimal): -12495357 or 218689. OLE color: 218689.

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

Color convert

RGB 65 86 3 -
CMYK 0.24 0 0.97 0.66
HSL 75.18º 0.93% 0.17% -
HSV(B) 75.18º 0.97% 0.34% -
XYZ 5.52 7.79 1.3 -
YUV 70.26 90.04 124.25 -
System Red Green Blue C M Y K H S L
Decimal 65 86 3 0.24 0 0.97 0.66 75.18 0.93 0.17
Hex 41 56 3 18 0 61 42 4B 5D 11
Octal 101 126 3 30 0 141 102 113 135 21
Binary 1000001 1010110 11 11000 0 1100001 1000010 1001011 1011101 10001

Color Harmonies of #415603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415603

Black with #415603

Text Example


Text Example

White with #415603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415603; }

 p { color: rgb(65,86,3); }

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

background-color css

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

 a { background-color: rgb(65,86,3); }

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

border-color css

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

 span { border-color: rgb(65,86,3); }

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