Html Css Color HEX #464305 Verdun Green

📋 copy color: '#464305'

red 70 ◦ green 67 ◦ blue 5

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

Shades of Verdun Green #464305

Tints of Verdun Green #464305

RGB

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

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

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

R = 49.3%
G = 47.18%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#464305 (or 0x464305) is known color: Verdun Green. HEX triplet: 46, 43 and 05. RGB value is (70,67,5). Sum of RGB (Red+Green+Blue) = 70+67+5=142 (18% of max value = 765). Red value is 70 (27.73% from 255 or 49.30% from 142); Green value is 67 (26.56% from 255 or 47.18% from 142); Blue value is 5 (2.34% from 255 or 3.52% from 142); Max value from RGB is 70 - color contains mainly: red. Hex color #464305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464305 is #B9BCFA. Grayscale: #3D3D3D. Windows color (decimal): -12172539 or 344902. OLE color: 344902.

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

Color convert

RGB 70 67 5 -
CMYK 0 0.04 0.93 0.73
HSL 57.23º 0.87% 0.15% -
HSV(B) 57.23º 0.93% 0.27% -
XYZ 4.56 5.33 0.93 -
YUV 60.83 96.49 134.54 -
System Red Green Blue C M Y K H S L
Decimal 70 67 5 0 0.04 0.93 0.73 57.23 0.87 0.15
Hex 46 43 5 0 4 5D 49 39 57 F
Octal 106 103 5 0 4 135 111 71 127 17
Binary 1000110 1000011 101 0 100 1011101 1001001 111001 1010111 1111

Color Harmonies of #464305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464305

Black with #464305

Text Example


Text Example

White with #464305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464305; }

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

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

background-color css

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

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

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

border-color css

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

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

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