Html Css Color HEX #465315 Verdun Green

📋 copy color: '#465315'

red 70 ◦ green 83 ◦ blue 21

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

Shades of Verdun Green #465315

Tints of Verdun Green #465315

RGB

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

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

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

R = 40.23%
G = 47.7%
B = 12.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#465315 (or 0x465315) is known color: Verdun Green. HEX triplet: 46, 53 and 15. RGB value is (70,83,21). Sum of RGB (Red+Green+Blue) = 70+83+21=174 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40.23% from 174); Green value is 83 (32.81% from 255 or 47.70% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 83 - color contains mainly: green. Hex color #465315 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465315 is #B9ACEA. Grayscale: #484848. Windows color (decimal): -12168427 or 1397574. OLE color: 1397574.

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

Color convert

RGB 70 83 21 -
CMYK 0.16 0 0.75 0.67
HSL 72.58º 0.6% 0.2% -
HSV(B) 72.58º 0.75% 0.33% -
XYZ 5.75 7.54 1.86 -
YUV 72.05 99.19 126.54 -
System Red Green Blue C M Y K H S L
Decimal 70 83 21 0.16 0 0.75 0.67 72.58 0.6 0.2
Hex 46 53 15 10 0 4B 43 49 3C 14
Octal 106 123 25 20 0 113 103 111 74 24
Binary 1000110 1010011 10101 10000 0 1001011 1000011 1001001 111100 10100

Color Harmonies of #465315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465315

Black with #465315

Text Example


Text Example

White with #465315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465315; }

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

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

background-color css

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

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

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

border-color css

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

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

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