Html Css Color HEX #3A5946 Plantation

📋 copy color: '#3A5946'

red 58 ◦ green 89 ◦ blue 70

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

Shades of Plantation #3A5946

Tints of Plantation #3A5946

RGB

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

 GREEN value IS 89 (35.16% from 255) = 41.01%

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

R = 26.73%
G = 41.01%
B = 32.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.21

 K value IS 0.65

RGB Variations

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

Color information

#3A5946 (or 0x3A5946) is known color: Plantation. HEX triplet: 3A, 59 and 46. RGB value is (58,89,70). Sum of RGB (Red+Green+Blue) = 58+89+70=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 89 (35.16% from 255 or 41.01% from 217); Blue value is 70 (27.73% from 255 or 32.26% from 217); Max value from RGB is 89 - color contains mainly: green. Hex color #3A5946 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5946 is #C5A6B9. Grayscale: #4D4D4D. Windows color (decimal): -12953274 or 4610362. OLE color: 4610362.

HSL color Cylindrical-coordinate representation of color #3A5946: hue angle of 143.23º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A5946 is Cyan = 0.35, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.65.

Color convert

RGB 58 89 70 -
CMYK 0.35 0 0.21 0.65
HSL 143.23º 0.21% 0.29% -
HSV(B) 143.23º 0.35% 0.35% -
XYZ 6.42 8.49 7.09 -
YUV 77.57 123.73 114.04 -
System Red Green Blue C M Y K H S L
Decimal 58 89 70 0.35 0 0.21 0.65 143.23 0.21 0.29
Hex 3A 59 46 23 0 15 41 8F 15 1D
Octal 72 131 106 43 0 25 101 217 25 35
Binary 111010 1011001 1000110 100011 0 10101 1000001 10001111 10101 11101

Color Harmonies of #3A5946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5946

Black with #3A5946

Text Example


Text Example

White with #3A5946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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