Html Css Color HEX #415C13 Verdun Green

📋 copy color: '#415C13'

red 65 ◦ green 92 ◦ blue 19

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

Shades of Verdun Green #415C13

Tints of Verdun Green #415C13

RGB

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

 GREEN value IS 92 (36.33% from 255) = 52.27%

 BLUE value IS 19 (7.81% from 255) = 10.8%

R = 36.93%
G = 52.27%
B = 10.8%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#415C13 (or 0x415C13) is known color: Verdun Green. HEX triplet: 41, 5C and 13. RGB value is (65,92,19). Sum of RGB (Red+Green+Blue) = 65+92+19=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 92 (36.33% from 255 or 52.27% from 176); Blue value is 19 (7.81% from 255 or 10.80% from 176); Max value from RGB is 92 - color contains mainly: green. Hex color #415C13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415C13 is #BEA3EC. Grayscale: #4B4B4B. Windows color (decimal): -12493805 or 1268801. OLE color: 1268801.

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

Color convert

RGB 65 92 19 -
CMYK 0.29 0 0.79 0.64
HSL 82.19º 0.66% 0.22% -
HSV(B) 82.19º 0.79% 0.36% -
XYZ 6.12 8.83 2 -
YUV 75.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 65 92 19 0.29 0 0.79 0.64 82.19 0.66 0.22
Hex 41 5C 13 1D 0 4F 40 52 42 16
Octal 101 134 23 35 0 117 100 122 102 26
Binary 1000001 1011100 10011 11101 0 1001111 1000000 1010010 1000010 10110

Color Harmonies of #415C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415C13

Black with #415C13

Text Example


Text Example

White with #415C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,92,19); }

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

background-color css

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

 a { background-color: rgb(65,92,19); }

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

border-color css

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

 span { border-color: rgb(65,92,19); }

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