Html Css Color HEX #465B13 Verdun Green

📋 copy color: '#465B13'

red 70 ◦ green 91 ◦ blue 19

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

Shades of Verdun Green #465B13

Tints of Verdun Green #465B13

RGB

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

 GREEN value IS 91 (35.94% from 255) = 50.56%

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

R = 38.89%
G = 50.56%
B = 10.56%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.79

 K value IS 0.64

RGB Variations

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

Color information

#465B13 (or 0x465B13) is known color: Verdun Green. HEX triplet: 46, 5B and 13. RGB value is (70,91,19). Sum of RGB (Red+Green+Blue) = 70+91+19=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 91 (35.94% from 255 or 50.56% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 91 - color contains mainly: green. Hex color #465B13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465B13 is #B9A4EC. Grayscale: #4C4C4C. Windows color (decimal): -12166381 or 1268550. OLE color: 1268550.

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

Color convert

RGB 70 91 19 -
CMYK 0.23 0 0.79 0.64
HSL 77.5º 0.65% 0.22% -
HSV(B) 77.5º 0.79% 0.36% -
XYZ 6.38 8.83 1.98 -
YUV 76.51 95.54 123.35 -
System Red Green Blue C M Y K H S L
Decimal 70 91 19 0.23 0 0.79 0.64 77.5 0.65 0.22
Hex 46 5B 13 17 0 4F 40 4E 41 16
Octal 106 133 23 27 0 117 100 116 101 26
Binary 1000110 1011011 10011 10111 0 1001111 1000000 1001110 1000001 10110

Color Harmonies of #465B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465B13

Black with #465B13

Text Example


Text Example

White with #465B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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