Html Css Color HEX #464509 Verdun Green

📋 copy color: '#464509'

red 70 ◦ green 69 ◦ blue 9

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

Shades of Verdun Green #464509

Tints of Verdun Green #464509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 46.62%

 BLUE value IS 9 (3.91% from 255) = 6.08%

R = 47.3%
G = 46.62%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#464509 (or 0x464509) is known color: Verdun Green. HEX triplet: 46, 45 and 09. RGB value is (70,69,9). Sum of RGB (Red+Green+Blue) = 70+69+9=148 (19% of max value = 765). Red value is 70 (27.73% from 255 or 47.30% from 148); Green value is 69 (27.34% from 255 or 46.62% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 70 - color contains mainly: red. Hex color #464509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464509 is #B9BAF6. Grayscale: #3E3E3E. Windows color (decimal): -12172023 or 607558. OLE color: 607558.

HSL color Cylindrical-coordinate representation of color #464509: hue angle of 59.02º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #464509 is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 69 9 -
CMYK 0 0.01 0.87 0.73
HSL 59.02º 0.77% 0.15% -
HSV(B) 59.02º 0.87% 0.27% -
XYZ 4.7 5.58 1.09 -
YUV 62.46 97.83 133.38 -
System Red Green Blue C M Y K H S L
Decimal 70 69 9 0 0.01 0.87 0.73 59.02 0.77 0.15
Hex 46 45 9 0 1 57 49 3B 4D F
Octal 106 105 11 0 1 127 111 73 115 17
Binary 1000110 1000101 1001 0 1 1010111 1001001 111011 1001101 1111

Color Harmonies of #464509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464509

Black with #464509

Text Example


Text Example

White with #464509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464509; }

 p { color: rgb(70,69,9); }

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

background-color css

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

 a { background-color: rgb(70,69,9); }

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

border-color css

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

 span { border-color: rgb(70,69,9); }

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