Html Css Color HEX #3B5248 Plantation

📋 copy color: '#3B5248'

red 59 ◦ green 82 ◦ blue 72

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

Shades of Plantation #3B5248

Tints of Plantation #3B5248

RGB

 RED value IS 59 (23.44% from 255) = 27.7%

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

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

R = 27.7%
G = 38.5%
B = 33.8%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.12

 K value IS 0.68

RGB Variations

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

Color information

#3B5248 (or 0x3B5248) is known color: Plantation. HEX triplet: 3B, 52 and 48. RGB value is (59,82,72). Sum of RGB (Red+Green+Blue) = 59+82+72=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 72 (28.52% from 255 or 33.80% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #3B5248 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5248 is #C4ADB7. Grayscale: #4A4A4A. Windows color (decimal): -12889528 or 4739643. OLE color: 4739643.

HSL color Cylindrical-coordinate representation of color #3B5248: hue angle of 153.91º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3B5248 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.68.

Color convert

RGB 59 82 72 -
CMYK 0.28 0 0.12 0.68
HSL 153.91º 0.16% 0.28% -
HSV(B) 153.91º 0.28% 0.32% -
XYZ 5.99 7.43 7.25 -
YUV 73.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 59 82 72 0.28 0 0.12 0.68 153.91 0.16 0.28
Hex 3B 52 48 1C 0 C 44 9A 10 1C
Octal 73 122 110 34 0 14 104 232 20 34
Binary 111011 1010010 1001000 11100 0 1100 1000100 10011010 10000 11100

Color Harmonies of #3B5248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5248

Black with #3B5248

Text Example


Text Example

White with #3B5248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,82,72); }

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

background-color css

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

 a { background-color: rgb(59,82,72); }

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

border-color css

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

 span { border-color: rgb(59,82,72); }

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