Html Css Color HEX #465317 Verdun Green

📋 copy color: '#465317'

red 70 ◦ green 83 ◦ blue 23

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

Shades of Verdun Green #465317

Tints of Verdun Green #465317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.07%

R = 39.77%
G = 47.16%
B = 13.07%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.72

 K value IS 0.67

RGB Variations

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

Color information

#465317 (or 0x465317) is known color: Verdun Green. HEX triplet: 46, 53 and 17. RGB value is (70,83,23). Sum of RGB (Red+Green+Blue) = 70+83+23=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 83 (32.81% from 255 or 47.16% from 176); Blue value is 23 (9.38% from 255 or 13.07% from 176); Max value from RGB is 83 - color contains mainly: green. Hex color #465317 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465317 is #B9ACE8. Grayscale: #484848. Windows color (decimal): -12168425 or 1528646. OLE color: 1528646.

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

Color convert

RGB 70 83 23 -
CMYK 0.16 0 0.72 0.67
HSL 73º 0.57% 0.21% -
HSV(B) 73º 0.72% 0.33% -
XYZ 5.77 7.55 1.96 -
YUV 72.27 100.19 126.38 -
System Red Green Blue C M Y K H S L
Decimal 70 83 23 0.16 0 0.72 0.67 73 0.57 0.21
Hex 46 53 17 10 0 48 43 49 39 15
Octal 106 123 27 20 0 110 103 111 71 25
Binary 1000110 1010011 10111 10000 0 1001000 1000011 1001001 111001 10101

Color Harmonies of #465317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465317

Black with #465317

Text Example


Text Example

White with #465317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465317; }

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

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

background-color css

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

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

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

border-color css

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

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

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