Html Css Color HEX #415415 Verdun Green

📋 copy color: '#415415'

red 65 ◦ green 84 ◦ blue 21

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

Shades of Verdun Green #415415

Tints of Verdun Green #415415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 49.41%

 BLUE value IS 21 (8.59% from 255) = 12.35%

R = 38.24%
G = 49.41%
B = 12.35%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#415415 (or 0x415415) is known color: Verdun Green. HEX triplet: 41, 54 and 15. RGB value is (65,84,21). Sum of RGB (Red+Green+Blue) = 65+84+21=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 84 (33.20% from 255 or 49.41% from 170); Blue value is 21 (8.59% from 255 or 12.35% from 170); Max value from RGB is 84 - color contains mainly: green. Hex color #415415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415415 is #BEABEA. Grayscale: #474747. Windows color (decimal): -12495851 or 1397825. OLE color: 1397825.

HSL color Cylindrical-coordinate representation of color #415415: hue angle of 78.1º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #415415 is Cyan = 0.23, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 21 -
CMYK 0.23 0 0.75 0.67
HSL 78.1º 0.6% 0.21% -
HSV(B) 78.1º 0.75% 0.33% -
XYZ 5.49 7.52 1.87 -
YUV 71.14 99.71 123.62 -
System Red Green Blue C M Y K H S L
Decimal 65 84 21 0.23 0 0.75 0.67 78.1 0.6 0.21
Hex 41 54 15 17 0 4B 43 4E 3C 15
Octal 101 124 25 27 0 113 103 116 74 25
Binary 1000001 1010100 10101 10111 0 1001011 1000011 1001110 111100 10101

Color Harmonies of #415415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415415

Black with #415415

Text Example


Text Example

White with #415415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415415; }

 p { color: rgb(65,84,21); }

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

background-color css

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

 a { background-color: rgb(65,84,21); }

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

border-color css

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

 span { border-color: rgb(65,84,21); }

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