Html Css Color HEX #465415 Verdun Green

📋 copy color: '#465415'

red 70 ◦ green 84 ◦ blue 21

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

Shades of Verdun Green #465415

Tints of Verdun Green #465415

RGB

 RED value IS 70 (27.73% from 255) = 40%

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

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

R = 40%
G = 48%
B = 12%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#465415 (or 0x465415) is known color: Verdun Green. HEX triplet: 46, 54 and 15. RGB value is (70,84,21). Sum of RGB (Red+Green+Blue) = 70+84+21=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #465415 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465415 is #B9ABEA. Grayscale: #484848. Windows color (decimal): -12168171 or 1397830. OLE color: 1397830.

HSL color Cylindrical-coordinate representation of color #465415: hue angle of 73.33º 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 #465415 is Cyan = 0.17, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 21 -
CMYK 0.17 0 0.75 0.67
HSL 73.33º 0.6% 0.21% -
HSV(B) 73.33º 0.75% 0.33% -
XYZ 5.83 7.7 1.89 -
YUV 72.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 70 84 21 0.17 0 0.75 0.67 73.33 0.6 0.21
Hex 46 54 15 11 0 4B 43 49 3C 15
Octal 106 124 25 21 0 113 103 111 74 25
Binary 1000110 1010100 10101 10001 0 1001011 1000011 1001001 111100 10101

Color Harmonies of #465415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465415

Black with #465415

Text Example


Text Example

White with #465415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465415; }

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

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

background-color css

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

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

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

border-color css

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

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

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