Html Css Color HEX #465319 Verdun Green

📋 copy color: '#465319'

red 70 ◦ green 83 ◦ blue 25

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

Shades of Verdun Green #465319

Tints of Verdun Green #465319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 39.33%
G = 46.63%
B = 14.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.70

 K value IS 0.67

RGB Variations

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

Color information

#465319 (or 0x465319) is known color: Verdun Green. HEX triplet: 46, 53 and 19. RGB value is (70,83,25). Sum of RGB (Red+Green+Blue) = 70+83+25=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 83 (32.81% from 255 or 46.63% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 83 - color contains mainly: green. Hex color #465319 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465319 is #B9ACE6. Grayscale: #484848. Windows color (decimal): -12168423 or 1659718. OLE color: 1659718.

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

Color convert

RGB 70 83 25 -
CMYK 0.16 0 0.70 0.67
HSL 73.45º 0.54% 0.21% -
HSV(B) 73.45º 0.7% 0.33% -
XYZ 5.79 7.56 2.07 -
YUV 72.5 101.19 126.22 -
System Red Green Blue C M Y K H S L
Decimal 70 83 25 0.16 0 0.70 0.67 73.45 0.54 0.21
Hex 46 53 19 10 0 46 43 49 36 15
Octal 106 123 31 20 0 106 103 111 66 25
Binary 1000110 1010011 11001 10000 0 1000110 1000011 1001001 110110 10101

Color Harmonies of #465319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465319

Black with #465319

Text Example


Text Example

White with #465319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465319; }

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

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

background-color css

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

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

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

border-color css

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

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

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