Html Css Color HEX #3A5B47 Plantation

📋 copy color: '#3A5B47'

red 58 ◦ green 91 ◦ blue 71

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

Shades of Plantation #3A5B47

Tints of Plantation #3A5B47

RGB

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

 GREEN value IS 91 (35.94% from 255) = 41.36%

 BLUE value IS 71 (28.13% from 255) = 32.27%

R = 26.36%
G = 41.36%
B = 32.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.22

 K value IS 0.64

RGB Variations

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

Color information

#3A5B47 (or 0x3A5B47) is known color: Plantation. HEX triplet: 3A, 5B and 47. RGB value is (58,91,71). Sum of RGB (Red+Green+Blue) = 58+91+71=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 71 (28.12% from 255 or 32.27% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #3A5B47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5B47 is #C5A4B8. Grayscale: #4E4E4E. Windows color (decimal): -12952761 or 4676410. OLE color: 4676410.

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

Color convert

RGB 58 91 71 -
CMYK 0.36 0 0.22 0.64
HSL 143.64º 0.22% 0.29% -
HSV(B) 143.64º 0.36% 0.36% -
XYZ 6.62 8.84 7.32 -
YUV 78.85 123.57 113.13 -
System Red Green Blue C M Y K H S L
Decimal 58 91 71 0.36 0 0.22 0.64 143.64 0.22 0.29
Hex 3A 5B 47 24 0 16 40 90 16 1D
Octal 72 133 107 44 0 26 100 220 26 35
Binary 111010 1011011 1000111 100100 0 10110 1000000 10010000 10110 11101

Color Harmonies of #3A5B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5B47

Black with #3A5B47

Text Example


Text Example

White with #3A5B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,91,71); }

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

background-color css

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

 a { background-color: rgb(58,91,71); }

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

border-color css

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

 span { border-color: rgb(58,91,71); }

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