Html Css Color HEX #46534C Plantation

📋 copy color: '#46534C'

red 70 ◦ green 83 ◦ blue 76

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

Shades of Plantation #46534C

Tints of Plantation #46534C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 33.19%

R = 30.57%
G = 36.24%
B = 33.19%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#46534C (or 0x46534C) is known color: Plantation. HEX triplet: 46, 53 and 4C. RGB value is (70,83,76). Sum of RGB (Red+Green+Blue) = 70+83+76=229 (30% of max value = 765). Red value is 70 (27.73% from 255 or 30.57% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 76 (30.08% from 255 or 33.19% from 229); Max value from RGB is 83 - color contains mainly: green. Hex color #46534C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #46534C is #B9ACB3. Grayscale: #4E4E4E. Windows color (decimal): -12168372 or 5002054. OLE color: 5002054.

HSL color Cylindrical-coordinate representation of color #46534C: hue angle of 147.69º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #46534C is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 70 83 76 -
CMYK 0.16 0 0.08 0.67
HSL 147.69º 0.08% 0.3% -
HSV(B) 147.69º 0.16% 0.33% -
XYZ 6.92 8.01 8.02 -
YUV 78.32 126.69 122.07 -
System Red Green Blue C M Y K H S L
Decimal 70 83 76 0.16 0 0.08 0.67 147.69 0.08 0.3
Hex 46 53 4C 10 0 8 43 94 8 1E
Octal 106 123 114 20 0 10 103 224 10 36
Binary 1000110 1010011 1001100 10000 0 1000 1000011 10010100 1000 11110

Color Harmonies of #46534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46534C

Black with #46534C

Text Example


Text Example

White with #46534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46534C; }

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

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

background-color css

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

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

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

border-color css

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

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

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