Html Css Color HEX #465817 Verdun Green

📋 copy color: '#465817'

red 70 ◦ green 88 ◦ blue 23

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

Shades of Verdun Green #465817

Tints of Verdun Green #465817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.71%

R = 38.67%
G = 48.62%
B = 12.71%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.74

 K value IS 0.65

RGB Variations

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

Color information

#465817 (or 0x465817) is known color: Verdun Green. HEX triplet: 46, 58 and 17. RGB value is (70,88,23). Sum of RGB (Red+Green+Blue) = 70+88+23=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 23 (9.38% from 255 or 12.71% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #465817 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465817 is #B9A7E8. Grayscale: #4B4B4B. Windows color (decimal): -12167145 or 1529926. OLE color: 1529926.

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

Color convert

RGB 70 88 23 -
CMYK 0.20 0 0.74 0.65
HSL 76.62º 0.59% 0.22% -
HSV(B) 76.62º 0.74% 0.35% -
XYZ 6.17 8.34 2.1 -
YUV 75.21 98.54 124.29 -
System Red Green Blue C M Y K H S L
Decimal 70 88 23 0.20 0 0.74 0.65 76.62 0.59 0.22
Hex 46 58 17 14 0 4A 41 4D 3B 16
Octal 106 130 27 24 0 112 101 115 73 26
Binary 1000110 1011000 10111 10100 0 1001010 1000001 1001101 111011 10110

Color Harmonies of #465817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465817

Black with #465817

Text Example


Text Example

White with #465817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465817; }

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

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

background-color css

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

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

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

border-color css

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

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

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