Html Css Color HEX #46530A Verdun Green

📋 copy color: '#46530A'

red 70 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #46530A

Tints of Verdun Green #46530A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 50.92%

 BLUE value IS 10 (4.3% from 255) = 6.13%

R = 42.94%
G = 50.92%
B = 6.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#46530A (or 0x46530A) is known color: Verdun Green. HEX triplet: 46, 53 and 0A. RGB value is (70,83,10). Sum of RGB (Red+Green+Blue) = 70+83+10=163 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.94% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 10 (4.30% from 255 or 6.13% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #46530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46530A is #B9ACF5. Grayscale: #474747. Windows color (decimal): -12168438 or 676678. OLE color: 676678.

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

Color convert

RGB 70 83 10 -
CMYK 0.16 0 0.88 0.67
HSL 70.68º 0.78% 0.18% -
HSV(B) 70.68º 0.88% 0.33% -
XYZ 5.67 7.51 1.44 -
YUV 70.79 93.69 127.44 -
System Red Green Blue C M Y K H S L
Decimal 70 83 10 0.16 0 0.88 0.67 70.68 0.78 0.18
Hex 46 53 A 10 0 58 43 47 4E 12
Octal 106 123 12 20 0 130 103 107 116 22
Binary 1000110 1010011 1010 10000 0 1011000 1000011 1000111 1001110 10010

Color Harmonies of #46530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46530A

Black with #46530A

Text Example


Text Example

White with #46530A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46530A; }

 p { color: rgb(70,83,10); }

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

background-color css

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

 a { background-color: rgb(70,83,10); }

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

border-color css

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

 span { border-color: rgb(70,83,10); }

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