Html Css Color HEX #465814 Verdun Green

📋 copy color: '#465814'

red 70 ◦ green 88 ◦ blue 20

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

Shades of Verdun Green #465814

Tints of Verdun Green #465814

RGB

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

 GREEN value IS 88 (34.77% from 255) = 49.44%

 BLUE value IS 20 (8.2% from 255) = 11.24%

R = 39.33%
G = 49.44%
B = 11.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.77

 K value IS 0.65

RGB Variations

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

Color information

#465814 (or 0x465814) is known color: Verdun Green. HEX triplet: 46, 58 and 14. RGB value is (70,88,20). Sum of RGB (Red+Green+Blue) = 70+88+20=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 88 (34.77% from 255 or 49.44% from 178); Blue value is 20 (8.20% from 255 or 11.24% from 178); Max value from RGB is 88 - color contains mainly: green. Hex color #465814 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465814 is #B9A7EB. Grayscale: #4B4B4B. Windows color (decimal): -12167148 or 1333318. OLE color: 1333318.

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

Color convert

RGB 70 88 20 -
CMYK 0.20 0 0.77 0.65
HSL 75.88º 0.63% 0.21% -
HSV(B) 75.88º 0.77% 0.35% -
XYZ 6.14 8.33 1.95 -
YUV 74.87 97.04 124.53 -
System Red Green Blue C M Y K H S L
Decimal 70 88 20 0.20 0 0.77 0.65 75.88 0.63 0.21
Hex 46 58 14 14 0 4D 41 4C 3F 15
Octal 106 130 24 24 0 115 101 114 77 25
Binary 1000110 1011000 10100 10100 0 1001101 1000001 1001100 111111 10101

Color Harmonies of #465814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465814

Black with #465814

Text Example


Text Example

White with #465814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465814; }

 p { color: rgb(70,88,20); }

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

background-color css

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

 a { background-color: rgb(70,88,20); }

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

border-color css

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

 span { border-color: rgb(70,88,20); }

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