Html Css Color HEX #415A10 Verdun Green

📋 copy color: '#415A10'

red 65 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #415A10

Tints of Verdun Green #415A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.36%

R = 38.01%
G = 52.63%
B = 9.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#415A10 (or 0x415A10) is known color: Verdun Green. HEX triplet: 41, 5A and 10. RGB value is (65,90,16). Sum of RGB (Red+Green+Blue) = 65+90+16=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 90 (35.55% from 255 or 52.63% from 171); Blue value is 16 (6.64% from 255 or 9.36% from 171); Max value from RGB is 90 - color contains mainly: green. Hex color #415A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415A10 is #BEA5EF. Grayscale: #4A4A4A. Windows color (decimal): -12494320 or 1071681. OLE color: 1071681.

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

Color convert

RGB 65 90 16 -
CMYK 0.28 0 0.82 0.65
HSL 80.27º 0.7% 0.21% -
HSV(B) 80.27º 0.82% 0.35% -
XYZ 5.93 8.47 1.81 -
YUV 74.09 95.22 121.52 -
System Red Green Blue C M Y K H S L
Decimal 65 90 16 0.28 0 0.82 0.65 80.27 0.7 0.21
Hex 41 5A 10 1C 0 52 41 50 46 15
Octal 101 132 20 34 0 122 101 120 106 25
Binary 1000001 1011010 10000 11100 0 1010010 1000001 1010000 1000110 10101

Color Harmonies of #415A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415A10

Black with #415A10

Text Example


Text Example

White with #415A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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