Html Css Color HEX #465418 Verdun Green

📋 copy color: '#465418'

red 70 ◦ green 84 ◦ blue 24

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

Shades of Verdun Green #465418

Tints of Verdun Green #465418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.19%

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

R = 39.33%
G = 47.19%
B = 13.48%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#465418 (or 0x465418) is known color: Verdun Green. HEX triplet: 46, 54 and 18. RGB value is (70,84,24). Sum of RGB (Red+Green+Blue) = 70+84+24=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 24 (9.77% from 255 or 13.48% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #465418 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465418 is #B9ABE7. Grayscale: #494949. Windows color (decimal): -12168168 or 1594438. OLE color: 1594438.

HSL color Cylindrical-coordinate representation of color #465418: hue angle of 74º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465418 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 84 24 -
CMYK 0.17 0 0.71 0.67
HSL 74º 0.56% 0.21% -
HSV(B) 74º 0.71% 0.33% -
XYZ 5.86 7.71 2.04 -
YUV 72.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 70 84 24 0.17 0 0.71 0.67 74 0.56 0.21
Hex 46 54 18 11 0 47 43 4A 38 15
Octal 106 124 30 21 0 107 103 112 70 25
Binary 1000110 1010100 11000 10001 0 1000111 1000011 1001010 111000 10101

Color Harmonies of #465418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465418

Black with #465418

Text Example


Text Example

White with #465418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465418; }

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

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

background-color css

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

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

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

border-color css

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

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

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