Html Css Color HEX #3A5F48 Plantation

📋 copy color: '#3A5F48'

red 58 ◦ green 95 ◦ blue 72

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

Shades of Plantation #3A5F48

Tints of Plantation #3A5F48

RGB

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

 GREEN value IS 95 (37.5% from 255) = 42.22%

 BLUE value IS 72 (28.52% from 255) = 32%

R = 25.78%
G = 42.22%
B = 32%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.63

RGB Variations

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

Color information

#3A5F48 (or 0x3A5F48) is known color: Plantation. HEX triplet: 3A, 5F and 48. RGB value is (58,95,72). Sum of RGB (Red+Green+Blue) = 58+95+72=225 (29% of max value = 765). Red value is 58 (23.05% from 255 or 25.78% from 225); Green value is 95 (37.5% from 255 or 42.22% from 225); Blue value is 72 (28.52% from 255 or 32% from 225); Max value from RGB is 95 - color contains mainly: green. Hex color #3A5F48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5F48 is #C5A0B7. Grayscale: #515151. Windows color (decimal): -12951736 or 4742970. OLE color: 4742970.

HSL color Cylindrical-coordinate representation of color #3A5F48: hue angle of 142.7º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3A5F48 is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.63.

Color convert

RGB 58 95 72 -
CMYK 0.39 0 0.24 0.63
HSL 142.7º 0.24% 0.3% -
HSV(B) 142.7º 0.39% 0.37% -
XYZ 7.01 9.55 7.61 -
YUV 81.32 122.74 111.37 -
System Red Green Blue C M Y K H S L
Decimal 58 95 72 0.39 0 0.24 0.63 142.7 0.24 0.3
Hex 3A 5F 48 27 0 18 3F 8F 18 1E
Octal 72 137 110 47 0 30 77 217 30 36
Binary 111010 1011111 1001000 100111 0 11000 111111 10001111 11000 11110

Color Harmonies of #3A5F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A5F48

Black with #3A5F48

Text Example


Text Example

White with #3A5F48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,95,72); }

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

background-color css

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

 a { background-color: rgb(58,95,72); }

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

border-color css

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

 span { border-color: rgb(58,95,72); }

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