Html Css Color HEX #415403 Verdun Green

📋 copy color: '#415403'

red 65 ◦ green 84 ◦ blue 3

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

Shades of Verdun Green #415403

Tints of Verdun Green #415403

RGB

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

 GREEN value IS 84 (33.2% from 255) = 55.26%

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

R = 42.76%
G = 55.26%
B = 1.97%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#415403 (or 0x415403) is known color: Verdun Green. HEX triplet: 41, 54 and 03. RGB value is (65,84,3). Sum of RGB (Red+Green+Blue) = 65+84+3=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 84 (33.20% from 255 or 55.26% from 152); Blue value is 3 (1.56% from 255 or 1.97% from 152); Max value from RGB is 84 - color contains mainly: green. Hex color #415403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415403 is #BEABFC. Grayscale: #454545. Windows color (decimal): -12495869 or 218177. OLE color: 218177.

HSL color Cylindrical-coordinate representation of color #415403: hue angle of 74.07º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #415403 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 3 -
CMYK 0.23 0 0.96 0.67
HSL 74.07º 0.93% 0.17% -
HSV(B) 74.07º 0.96% 0.33% -
XYZ 5.37 7.47 1.25 -
YUV 69.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 65 84 3 0.23 0 0.96 0.67 74.07 0.93 0.17
Hex 41 54 3 17 0 60 43 4A 5D 11
Octal 101 124 3 27 0 140 103 112 135 21
Binary 1000001 1010100 11 10111 0 1100000 1000011 1001010 1011101 10001

Color Harmonies of #415403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415403

Black with #415403

Text Example


Text Example

White with #415403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415403; }

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

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

background-color css

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

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

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

border-color css

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

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

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