Html Css Color HEX #465316 Verdun Green

📋 copy color: '#465316'

red 70 ◦ green 83 ◦ blue 22

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

Shades of Verdun Green #465316

Tints of Verdun Green #465316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 12.57%

R = 40%
G = 47.43%
B = 12.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.73

 K value IS 0.67

RGB Variations

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

Color information

#465316 (or 0x465316) is known color: Verdun Green. HEX triplet: 46, 53 and 16. RGB value is (70,83,22). Sum of RGB (Red+Green+Blue) = 70+83+22=175 (23% of max value = 765). Red value is 70 (27.73% from 255 or 40% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 22 (8.98% from 255 or 12.57% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #465316 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465316 is #B9ACE9. Grayscale: #484848. Windows color (decimal): -12168426 or 1463110. OLE color: 1463110.

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

Color convert

RGB 70 83 22 -
CMYK 0.16 0 0.73 0.67
HSL 72.79º 0.58% 0.21% -
HSV(B) 72.79º 0.73% 0.33% -
XYZ 5.76 7.55 1.91 -
YUV 72.16 99.69 126.46 -
System Red Green Blue C M Y K H S L
Decimal 70 83 22 0.16 0 0.73 0.67 72.79 0.58 0.21
Hex 46 53 16 10 0 49 43 49 3A 15
Octal 106 123 26 20 0 111 103 111 72 25
Binary 1000110 1010011 10110 10000 0 1001001 1000011 1001001 111010 10101

Color Harmonies of #465316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465316

Black with #465316

Text Example


Text Example

White with #465316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465316; }

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

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

background-color css

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

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

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

border-color css

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

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

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