Html Css Color HEX #46530F Verdun Green

📋 copy color: '#46530F'

red 70 ◦ green 83 ◦ blue 15

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

Shades of Verdun Green #46530F

Tints of Verdun Green #46530F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.93%

R = 41.67%
G = 49.4%
B = 8.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#46530F (or 0x46530F) is known color: Verdun Green. HEX triplet: 46, 53 and 0F. RGB value is (70,83,15). Sum of RGB (Red+Green+Blue) = 70+83+15=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 83 (32.81% from 255 or 49.40% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 83 - color contains mainly: green. Hex color #46530F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #46530F is #B9ACF0. Grayscale: #474747. Windows color (decimal): -12168433 or 1004358. OLE color: 1004358.

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

Color convert

RGB 70 83 15 -
CMYK 0.16 0 0.82 0.67
HSL 71.47º 0.69% 0.19% -
HSV(B) 71.47º 0.82% 0.33% -
XYZ 5.71 7.52 1.6 -
YUV 71.36 96.19 127.03 -
System Red Green Blue C M Y K H S L
Decimal 70 83 15 0.16 0 0.82 0.67 71.47 0.69 0.19
Hex 46 53 F 10 0 52 43 47 45 13
Octal 106 123 17 20 0 122 103 107 105 23
Binary 1000110 1010011 1111 10000 0 1010010 1000011 1000111 1000101 10011

Color Harmonies of #46530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46530F

Black with #46530F

Text Example


Text Example

White with #46530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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