Html Css Color HEX #3A5C47 Plantation

📋 copy color: '#3A5C47'

red 58 ◦ green 92 ◦ blue 71

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

Shades of Plantation #3A5C47

Tints of Plantation #3A5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 41.63%

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

R = 26.24%
G = 41.63%
B = 32.13%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.23

 K value IS 0.64

RGB Variations

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

Color information

#3A5C47 (or 0x3A5C47) is known color: Plantation. HEX triplet: 3A, 5C and 47. RGB value is (58,92,71). Sum of RGB (Red+Green+Blue) = 58+92+71=221 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.24% from 221); Green value is 92 (36.33% from 255 or 41.63% from 221); Blue value is 71 (28.12% from 255 or 32.13% from 221); Max value from RGB is 92 - color contains mainly: green. Hex color #3A5C47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5C47 is #C5A3B8. Grayscale: #4F4F4F. Windows color (decimal): -12952505 or 4676666. OLE color: 4676666.

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

Color convert

RGB 58 92 71 -
CMYK 0.37 0 0.23 0.64
HSL 142.94º 0.23% 0.29% -
HSV(B) 142.94º 0.37% 0.36% -
XYZ 6.71 9.01 7.35 -
YUV 79.44 123.24 112.71 -
System Red Green Blue C M Y K H S L
Decimal 58 92 71 0.37 0 0.23 0.64 142.94 0.23 0.29
Hex 3A 5C 47 25 0 17 40 8F 17 1D
Octal 72 134 107 45 0 27 100 217 27 35
Binary 111010 1011100 1000111 100101 0 10111 1000000 10001111 10111 11101

Color Harmonies of #3A5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5C47

Black with #3A5C47

Text Example


Text Example

White with #3A5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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