Html Css Color HEX #415A14 Verdun Green

📋 copy color: '#415A14'

red 65 ◦ green 90 ◦ blue 20

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

Shades of Verdun Green #415A14

Tints of Verdun Green #415A14

RGB

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

 GREEN value IS 90 (35.55% from 255) = 51.43%

 BLUE value IS 20 (8.2% from 255) = 11.43%

R = 37.14%
G = 51.43%
B = 11.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.65

RGB Variations

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

Color information

#415A14 (or 0x415A14) is known color: Verdun Green. HEX triplet: 41, 5A and 14. RGB value is (65,90,20). Sum of RGB (Red+Green+Blue) = 65+90+20=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 90 (35.55% from 255 or 51.43% from 175); Blue value is 20 (8.20% from 255 or 11.43% from 175); Max value from RGB is 90 - color contains mainly: green. Hex color #415A14 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A14 is #BEA5EB. Grayscale: #4A4A4A. Windows color (decimal): -12494316 or 1333825. OLE color: 1333825.

HSL color Cylindrical-coordinate representation of color #415A14: hue angle of 81.43º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #415A14 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 90 20 -
CMYK 0.28 0 0.78 0.65
HSL 81.43º 0.64% 0.22% -
HSV(B) 81.43º 0.78% 0.35% -
XYZ 5.96 8.49 1.99 -
YUV 74.55 97.22 121.19 -
System Red Green Blue C M Y K H S L
Decimal 65 90 20 0.28 0 0.78 0.65 81.43 0.64 0.22
Hex 41 5A 14 1C 0 4E 41 51 40 16
Octal 101 132 24 34 0 116 101 121 100 26
Binary 1000001 1011010 10100 11100 0 1001110 1000001 1010001 1000000 10110

Color Harmonies of #415A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A14

Black with #415A14

Text Example


Text Example

White with #415A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,90,20); }

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

background-color css

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

 a { background-color: rgb(65,90,20); }

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

border-color css

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

 span { border-color: rgb(65,90,20); }

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