Html Css Color HEX #465218 Verdun Green

📋 copy color: '#465218'

red 70 ◦ green 82 ◦ blue 24

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

Shades of Verdun Green #465218

Tints of Verdun Green #465218

RGB

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

 GREEN value IS 82 (32.42% from 255) = 46.59%

 BLUE value IS 24 (9.77% from 255) = 13.64%

R = 39.77%
G = 46.59%
B = 13.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.71

 K value IS 0.68

RGB Variations

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

Color information

#465218 (or 0x465218) is known color: Verdun Green. HEX triplet: 46, 52 and 18. RGB value is (70,82,24). Sum of RGB (Red+Green+Blue) = 70+82+24=176 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.77% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #465218 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465218 is #B9ADE7. Grayscale: #484848. Windows color (decimal): -12168680 or 1593926. OLE color: 1593926.

HSL color Cylindrical-coordinate representation of color #465218: hue angle of 72.41º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465218 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 24 -
CMYK 0.15 0 0.71 0.68
HSL 72.41º 0.55% 0.21% -
HSV(B) 72.41º 0.71% 0.32% -
XYZ 5.71 7.4 1.99 -
YUV 71.8 101.02 126.72 -
System Red Green Blue C M Y K H S L
Decimal 70 82 24 0.15 0 0.71 0.68 72.41 0.55 0.21
Hex 46 52 18 F 0 47 44 48 37 15
Octal 106 122 30 17 0 107 104 110 67 25
Binary 1000110 1010010 11000 1111 0 1000111 1000100 1001000 110111 10101

Color Harmonies of #465218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465218

Black with #465218

Text Example


Text Example

White with #465218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465218; }

 p { color: rgb(70,82,24); }

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

background-color css

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

 a { background-color: rgb(70,82,24); }

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

border-color css

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

 span { border-color: rgb(70,82,24); }

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