Html Css Color HEX #415315 Verdun Green

📋 copy color: '#415315'

red 65 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #415315

Tints of Verdun Green #415315

RGB

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

 GREEN value IS 83 (32.81% from 255) = 49.11%

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

R = 38.46%
G = 49.11%
B = 12.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#415315 (or 0x415315) is known color: Verdun Green. HEX triplet: 41, 53 and 15. RGB value is (65,83,21). Sum of RGB (Red+Green+Blue) = 65+83+21=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 83 (32.81% from 255 or 49.11% from 169); Blue value is 21 (8.59% from 255 or 12.43% from 169); Max value from RGB is 83 - color contains mainly: green. Hex color #415315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415315 is #BEACEA. Grayscale: #464646. Windows color (decimal): -12496107 or 1397569. OLE color: 1397569.

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

Color convert

RGB 65 83 21 -
CMYK 0.22 0 0.75 0.67
HSL 77.42º 0.6% 0.2% -
HSV(B) 77.42º 0.75% 0.33% -
XYZ 5.41 7.36 1.85 -
YUV 70.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 65 83 21 0.22 0 0.75 0.67 77.42 0.6 0.2
Hex 41 53 15 16 0 4B 43 4D 3C 14
Octal 101 123 25 26 0 113 103 115 74 24
Binary 1000001 1010011 10101 10110 0 1001011 1000011 1001101 111100 10100

Color Harmonies of #415315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415315

Black with #415315

Text Example


Text Example

White with #415315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415315; }

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

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

background-color css

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

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

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

border-color css

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

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

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