Html Css Color HEX #465105 Verdun Green

📋 copy color: '#465105'

red 70 ◦ green 81 ◦ blue 5

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

Shades of Verdun Green #465105

Tints of Verdun Green #465105

RGB

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

 GREEN value IS 81 (32.03% from 255) = 51.92%

 BLUE value IS 5 (2.34% from 255) = 3.21%

R = 44.87%
G = 51.92%
B = 3.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.94

 K value IS 0.68

RGB Variations

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

Color information

#465105 (or 0x465105) is known color: Verdun Green. HEX triplet: 46, 51 and 05. RGB value is (70,81,5). Sum of RGB (Red+Green+Blue) = 70+81+5=156 (20% of max value = 765). Red value is 70 (27.73% from 255 or 44.87% from 156); Green value is 81 (32.03% from 255 or 51.92% from 156); Blue value is 5 (2.34% from 255 or 3.21% from 156); Max value from RGB is 81 - color contains mainly: green. Hex color #465105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465105 is #B9AEFA. Grayscale: #454545. Windows color (decimal): -12168955 or 348486. OLE color: 348486.

HSL color Cylindrical-coordinate representation of color #465105: hue angle of 68.68º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #465105 is Cyan = 0.14, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 81 5 -
CMYK 0.14 0 0.94 0.68
HSL 68.68º 0.88% 0.17% -
HSV(B) 68.68º 0.94% 0.32% -
XYZ 5.5 7.2 1.24 -
YUV 69.05 91.86 128.68 -
System Red Green Blue C M Y K H S L
Decimal 70 81 5 0.14 0 0.94 0.68 68.68 0.88 0.17
Hex 46 51 5 E 0 5E 44 45 58 11
Octal 106 121 5 16 0 136 104 105 130 21
Binary 1000110 1010001 101 1110 0 1011110 1000100 1000101 1011000 10001

Color Harmonies of #465105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465105

Black with #465105

Text Example


Text Example

White with #465105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465105; }

 p { color: rgb(70,81,5); }

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

background-color css

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

 a { background-color: rgb(70,81,5); }

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

border-color css

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

 span { border-color: rgb(70,81,5); }

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