Html Css Color HEX #465508 Verdun Green

📋 copy color: '#465508'

red 70 ◦ green 85 ◦ blue 8

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

Shades of Verdun Green #465508

Tints of Verdun Green #465508

RGB

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

 GREEN value IS 85 (33.59% from 255) = 52.15%

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

R = 42.94%
G = 52.15%
B = 4.91%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#465508 (or 0x465508) is known color: Verdun Green. HEX triplet: 46, 55 and 08. RGB value is (70,85,8). Sum of RGB (Red+Green+Blue) = 70+85+8=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 85 (33.59% from 255 or 52.15% from 163); Blue value is 8 (3.52% from 255 or 4.91% from 163); Max value from RGB is 85 - color contains mainly: green. Hex color #465508 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465508 is #B9AAF7. Grayscale: #484848. Windows color (decimal): -12167928 or 546118. OLE color: 546118.

HSL color Cylindrical-coordinate representation of color #465508: hue angle of 71.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465508 is Cyan = 0.18, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 85 8 -
CMYK 0.18 0 0.91 0.67
HSL 71.69º 0.83% 0.18% -
HSV(B) 71.69º 0.91% 0.33% -
XYZ 5.82 7.82 1.43 -
YUV 71.74 92.03 126.76 -
System Red Green Blue C M Y K H S L
Decimal 70 85 8 0.18 0 0.91 0.67 71.69 0.83 0.18
Hex 46 55 8 12 0 5B 43 48 53 12
Octal 106 125 10 22 0 133 103 110 123 22
Binary 1000110 1010101 1000 10010 0 1011011 1000011 1001000 1010011 10010

Color Harmonies of #465508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465508

Black with #465508

Text Example


Text Example

White with #465508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465508; }

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

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

background-color css

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

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

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

border-color css

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

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

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