Html Css Color HEX #465A13 Verdun Green

📋 copy color: '#465A13'

red 70 ◦ green 90 ◦ blue 19

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

Shades of Verdun Green #465A13

Tints of Verdun Green #465A13

RGB

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

 GREEN value IS 90 (35.55% from 255) = 50.28%

 BLUE value IS 19 (7.81% from 255) = 10.61%

R = 39.11%
G = 50.28%
B = 10.61%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.79

 K value IS 0.65

RGB Variations

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

Color information

#465A13 (or 0x465A13) is known color: Verdun Green. HEX triplet: 46, 5A and 13. RGB value is (70,90,19). Sum of RGB (Red+Green+Blue) = 70+90+19=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 90 (35.55% from 255 or 50.28% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 90 - color contains mainly: green. Hex color #465A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A13 is #B9A5EC. Grayscale: #4C4C4C. Windows color (decimal): -12166637 or 1268294. OLE color: 1268294.

HSL color Cylindrical-coordinate representation of color #465A13: hue angle of 76.9º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #465A13 is Cyan = 0.22, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 90 19 -
CMYK 0.22 0 0.79 0.65
HSL 76.9º 0.65% 0.21% -
HSV(B) 76.9º 0.79% 0.35% -
XYZ 6.3 8.66 1.96 -
YUV 75.93 95.87 123.77 -
System Red Green Blue C M Y K H S L
Decimal 70 90 19 0.22 0 0.79 0.65 76.9 0.65 0.21
Hex 46 5A 13 16 0 4F 41 4D 41 15
Octal 106 132 23 26 0 117 101 115 101 25
Binary 1000110 1011010 10011 10110 0 1001111 1000001 1001101 1000001 10101

Color Harmonies of #465A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A13

Black with #465A13

Text Example


Text Example

White with #465A13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465A13; }

 p { color: rgb(70,90,19); }

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

background-color css

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

 a { background-color: rgb(70,90,19); }

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

border-color css

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

 span { border-color: rgb(70,90,19); }

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