Html Css Color HEX #415D11 Verdun Green

📋 copy color: '#415D11'

red 65 ◦ green 93 ◦ blue 17

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

Shades of Verdun Green #415D11

Tints of Verdun Green #415D11

RGB

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

 GREEN value IS 93 (36.72% from 255) = 53.14%

 BLUE value IS 17 (7.03% from 255) = 9.71%

R = 37.14%
G = 53.14%
B = 9.71%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.82

 K value IS 0.64

RGB Variations

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

Color information

#415D11 (or 0x415D11) is known color: Verdun Green. HEX triplet: 41, 5D and 11. RGB value is (65,93,17). Sum of RGB (Red+Green+Blue) = 65+93+17=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 93 (36.72% from 255 or 53.14% from 175); Blue value is 17 (7.03% from 255 or 9.71% from 175); Max value from RGB is 93 - color contains mainly: green. Hex color #415D11 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415D11 is #BEA2EE. Grayscale: #4C4C4C. Windows color (decimal): -12493551 or 1137985. OLE color: 1137985.

HSL color Cylindrical-coordinate representation of color #415D11: hue angle of 82.11º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #415D11 is Cyan = 0.30, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.64.

Color convert

RGB 65 93 17 -
CMYK 0.30 0 0.82 0.64
HSL 82.11º 0.69% 0.22% -
HSV(B) 82.11º 0.82% 0.36% -
XYZ 6.2 8.99 1.94 -
YUV 75.96 94.72 120.18 -
System Red Green Blue C M Y K H S L
Decimal 65 93 17 0.30 0 0.82 0.64 82.11 0.69 0.22
Hex 41 5D 11 1E 0 52 40 52 45 16
Octal 101 135 21 36 0 122 100 122 105 26
Binary 1000001 1011101 10001 11110 0 1010010 1000000 1010010 1000101 10110

Color Harmonies of #415D11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415D11

Black with #415D11

Text Example


Text Example

White with #415D11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415D11; }

 p { color: rgb(65,93,17); }

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

background-color css

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

 a { background-color: rgb(65,93,17); }

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

border-color css

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

 span { border-color: rgb(65,93,17); }

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