Html Css Color HEX #3A5246 Plantation

📋 copy color: '#3A5246'

red 58 ◦ green 82 ◦ blue 70

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

Shades of Plantation #3A5246

Tints of Plantation #3A5246

RGB

 RED value IS 58 (23.05% from 255) = 27.62%

 GREEN value IS 82 (32.42% from 255) = 39.05%

 BLUE value IS 70 (27.73% from 255) = 33.33%

R = 27.62%
G = 39.05%
B = 33.33%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.68

RGB Variations

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

Color information

#3A5246 (or 0x3A5246) is known color: Plantation. HEX triplet: 3A, 52 and 46. RGB value is (58,82,70). Sum of RGB (Red+Green+Blue) = 58+82+70=210 (27% of max value = 765). Red value is 58 (23.05% from 255 or 27.62% from 210); Green value is 82 (32.42% from 255 or 39.05% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 82 - color contains mainly: green. Hex color #3A5246 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5246 is #C5ADB9. Grayscale: #494949. Windows color (decimal): -12955066 or 4608570. OLE color: 4608570.

HSL color Cylindrical-coordinate representation of color #3A5246: hue angle of 150º degrees, saturation: 0.17, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A5246 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.68.

Color convert

RGB 58 82 70 -
CMYK 0.29 0 0.15 0.68
HSL 150º 0.17% 0.27% -
HSV(B) 150º 0.29% 0.32% -
XYZ 5.87 7.38 6.91 -
YUV 73.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 58 82 70 0.29 0 0.15 0.68 150 0.17 0.27
Hex 3A 52 46 1D 0 F 44 96 11 1B
Octal 72 122 106 35 0 17 104 226 21 33
Binary 111010 1010010 1000110 11101 0 1111 1000100 10010110 10001 11011

Color Harmonies of #3A5246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5246

Black with #3A5246

Text Example


Text Example

White with #3A5246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A5246; }

 p { color: rgb(58,82,70); }

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

background-color css

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

 a { background-color: rgb(58,82,70); }

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

border-color css

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

 span { border-color: rgb(58,82,70); }

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