Html Css Color HEX #465A10 Verdun Green

📋 copy color: '#465A10'

red 70 ◦ green 90 ◦ blue 16

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

Shades of Verdun Green #465A10

Tints of Verdun Green #465A10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 9.09%

R = 39.77%
G = 51.14%
B = 9.09%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.82

 K value IS 0.65

RGB Variations

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

Color information

#465A10 (or 0x465A10) is known color: Verdun Green. HEX triplet: 46, 5A and 10. RGB value is (70,90,16). Sum of RGB (Red+Green+Blue) = 70+90+16=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 90 (35.55% from 255 or 51.14% from 176); Blue value is 16 (6.64% from 255 or 9.09% from 176); Max value from RGB is 90 - color contains mainly: green. Hex color #465A10 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465A10 is #B9A5EF. Grayscale: #4B4B4B. Windows color (decimal): -12166640 or 1071686. OLE color: 1071686.

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

Color convert

RGB 70 90 16 -
CMYK 0.22 0 0.82 0.65
HSL 76.22º 0.7% 0.21% -
HSV(B) 76.22º 0.82% 0.35% -
XYZ 6.28 8.65 1.83 -
YUV 75.58 94.37 124.02 -
System Red Green Blue C M Y K H S L
Decimal 70 90 16 0.22 0 0.82 0.65 76.22 0.7 0.21
Hex 46 5A 10 16 0 52 41 4C 46 15
Octal 106 132 20 26 0 122 101 114 106 25
Binary 1000110 1011010 10000 10110 0 1010010 1000001 1001100 1000110 10101

Color Harmonies of #465A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465A10

Black with #465A10

Text Example


Text Example

White with #465A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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