Html Css Color HEX #465A12 Verdun Green

📋 copy color: '#465A12'

red 70 ◦ green 90 ◦ blue 18

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

Shades of Verdun Green #465A12

Tints of Verdun Green #465A12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 39.33%
G = 50.56%
B = 10.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.80

 K value IS 0.65

RGB Variations

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

Color information

#465A12 (or 0x465A12) is known color: Verdun Green. HEX triplet: 46, 5A and 12. RGB value is (70,90,18). Sum of RGB (Red+Green+Blue) = 70+90+18=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 90 (35.55% from 255 or 50.56% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 90 - color contains mainly: green. Hex color #465A12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A12 is #B9A5ED. Grayscale: #4C4C4C. Windows color (decimal): -12166638 or 1202758. OLE color: 1202758.

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

Color convert

RGB 70 90 18 -
CMYK 0.22 0 0.80 0.65
HSL 76.67º 0.67% 0.21% -
HSV(B) 76.67º 0.8% 0.35% -
XYZ 6.29 8.66 1.91 -
YUV 75.81 95.37 123.85 -
System Red Green Blue C M Y K H S L
Decimal 70 90 18 0.22 0 0.80 0.65 76.67 0.67 0.21
Hex 46 5A 12 16 0 50 41 4D 43 15
Octal 106 132 22 26 0 120 101 115 103 25
Binary 1000110 1011010 10010 10110 0 1010000 1000001 1001101 1000011 10101

Color Harmonies of #465A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A12

Black with #465A12

Text Example


Text Example

White with #465A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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