Html Css Color HEX #415E0F Verdun Green

📋 copy color: '#415E0F'

red 65 ◦ green 94 ◦ blue 15

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

Shades of Verdun Green #415E0F

Tints of Verdun Green #415E0F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 54.02%

 BLUE value IS 15 (6.25% from 255) = 8.62%

R = 37.36%
G = 54.02%
B = 8.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.84

 K value IS 0.63

RGB Variations

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

Color information

#415E0F (or 0x415E0F) is known color: Verdun Green. HEX triplet: 41, 5E and 0F. RGB value is (65,94,15). Sum of RGB (Red+Green+Blue) = 65+94+15=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 94 (37.11% from 255 or 54.02% from 174); Blue value is 15 (6.25% from 255 or 8.62% from 174); Max value from RGB is 94 - color contains mainly: green. Hex color #415E0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415E0F is #BEA1F0. Grayscale: #4C4C4C. Windows color (decimal): -12493297 or 1007169. OLE color: 1007169.

HSL color Cylindrical-coordinate representation of color #415E0F: hue angle of 82.03º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #415E0F is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 94 15 -
CMYK 0.31 0 0.84 0.63
HSL 82.03º 0.72% 0.21% -
HSV(B) 82.03º 0.84% 0.37% -
XYZ 6.27 9.16 1.89 -
YUV 76.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 65 94 15 0.31 0 0.84 0.63 82.03 0.72 0.21
Hex 41 5E F 1F 0 54 3F 52 48 15
Octal 101 136 17 37 0 124 77 122 110 25
Binary 1000001 1011110 1111 11111 0 1010100 111111 1010010 1001000 10101

Color Harmonies of #415E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415E0F

Black with #415E0F

Text Example


Text Example

White with #415E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,94,15); }

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

background-color css

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

 a { background-color: rgb(65,94,15); }

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

border-color css

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

 span { border-color: rgb(65,94,15); }

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