Html Css Color HEX #465208 Verdun Green

📋 copy color: '#465208'

red 70 ◦ green 82 ◦ blue 8

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

Shades of Verdun Green #465208

Tints of Verdun Green #465208

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5%

R = 43.75%
G = 51.25%
B = 5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#465208 (or 0x465208) is known color: Verdun Green. HEX triplet: 46, 52 and 08. RGB value is (70,82,8). Sum of RGB (Red+Green+Blue) = 70+82+8=160 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.75% from 160); Green value is 82 (32.42% from 255 or 51.25% from 160); Blue value is 8 (3.52% from 255 or 5% from 160); Max value from RGB is 82 - color contains mainly: green. Hex color #465208 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465208 is #B9ADF7. Grayscale: #464646. Windows color (decimal): -12168696 or 545350. OLE color: 545350.

HSL color Cylindrical-coordinate representation of color #465208: hue angle of 69.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #465208 is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.68.

Color convert

RGB 70 82 8 -
CMYK 0.15 0 0.90 0.68
HSL 69.73º 0.82% 0.18% -
HSV(B) 69.73º 0.9% 0.32% -
XYZ 5.59 7.35 1.35 -
YUV 69.98 93.02 128.02 -
System Red Green Blue C M Y K H S L
Decimal 70 82 8 0.15 0 0.90 0.68 69.73 0.82 0.18
Hex 46 52 8 F 0 5A 44 46 52 12
Octal 106 122 10 17 0 132 104 106 122 22
Binary 1000110 1010010 1000 1111 0 1011010 1000100 1000110 1010010 10010

Color Harmonies of #465208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465208

Black with #465208

Text Example


Text Example

White with #465208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465208; }

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

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

background-color css

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

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

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

border-color css

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

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

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