Html Css Color HEX #465908 Verdun Green

📋 copy color: '#465908'

red 70 ◦ green 89 ◦ blue 8

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

Shades of Verdun Green #465908

Tints of Verdun Green #465908

RGB

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

 GREEN value IS 89 (35.16% from 255) = 53.29%

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

R = 41.92%
G = 53.29%
B = 4.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.91

 K value IS 0.65

RGB Variations

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

Color information

#465908 (or 0x465908) is known color: Verdun Green. HEX triplet: 46, 59 and 08. RGB value is (70,89,8). Sum of RGB (Red+Green+Blue) = 70+89+8=167 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.92% from 167); Green value is 89 (35.16% from 255 or 53.29% from 167); Blue value is 8 (3.52% from 255 or 4.79% from 167); Max value from RGB is 89 - color contains mainly: green. Hex color #465908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #465908 is #B9A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12166904 or 547142. OLE color: 547142.

HSL color Cylindrical-coordinate representation of color #465908: hue angle of 74.07º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #465908 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.

Color convert

RGB 70 89 8 -
CMYK 0.21 0 0.91 0.65
HSL 74.07º 0.84% 0.19% -
HSV(B) 74.07º 0.91% 0.35% -
XYZ 6.14 8.46 1.54 -
YUV 74.09 90.71 125.09 -
System Red Green Blue C M Y K H S L
Decimal 70 89 8 0.21 0 0.91 0.65 74.07 0.84 0.19
Hex 46 59 8 15 0 5B 41 4A 54 13
Octal 106 131 10 25 0 133 101 112 124 23
Binary 1000110 1011001 1000 10101 0 1011011 1000001 1001010 1010100 10011

Color Harmonies of #465908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465908

Black with #465908

Text Example


Text Example

White with #465908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465908; }

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

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

background-color css

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

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

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

border-color css

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

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

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