Html Css Color HEX #464308 Verdun Green

📋 copy color: '#464308'

red 70 ◦ green 67 ◦ blue 8

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

Shades of Verdun Green #464308

Tints of Verdun Green #464308

RGB

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

 GREEN value IS 67 (26.56% from 255) = 46.21%

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

R = 48.28%
G = 46.21%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#464308 (or 0x464308) is known color: Verdun Green. HEX triplet: 46, 43 and 08. RGB value is (70,67,8). Sum of RGB (Red+Green+Blue) = 70+67+8=145 (19% of max value = 765). Red value is 70 (27.73% from 255 or 48.28% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 70 - color contains mainly: red. Hex color #464308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464308 is #B9BCF7. Grayscale: #3D3D3D. Windows color (decimal): -12172536 or 541510. OLE color: 541510.

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

Color convert

RGB 70 67 8 -
CMYK 0 0.04 0.89 0.73
HSL 57.1º 0.79% 0.15% -
HSV(B) 57.1º 0.89% 0.27% -
XYZ 4.58 5.33 1.02 -
YUV 61.17 97.99 134.3 -
System Red Green Blue C M Y K H S L
Decimal 70 67 8 0 0.04 0.89 0.73 57.1 0.79 0.15
Hex 46 43 8 0 4 59 49 39 4F F
Octal 106 103 10 0 4 131 111 71 117 17
Binary 1000110 1000011 1000 0 100 1011001 1001001 111001 1001111 1111

Color Harmonies of #464308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464308

Black with #464308

Text Example


Text Example

White with #464308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464308; }

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

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

background-color css

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

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

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

border-color css

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

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

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