Html Css Color HEX #3B5348 Plantation

📋 copy color: '#3B5348'

red 59 ◦ green 83 ◦ blue 72

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

Shades of Plantation #3B5348

Tints of Plantation #3B5348

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

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

R = 27.57%
G = 38.79%
B = 33.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3B5348 (or 0x3B5348) is known color: Plantation. HEX triplet: 3B, 53 and 48. RGB value is (59,83,72). Sum of RGB (Red+Green+Blue) = 59+83+72=214 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.57% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #3B5348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5348 is #C4ACB7. Grayscale: #4A4A4A. Windows color (decimal): -12889272 or 4739899. OLE color: 4739899.

HSL color Cylindrical-coordinate representation of color #3B5348: hue angle of 152.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3B5348 is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.67.

Color convert

RGB 59 83 72 -
CMYK 0.29 0 0.13 0.67
HSL 152.5º 0.17% 0.28% -
HSV(B) 152.5º 0.29% 0.33% -
XYZ 6.07 7.58 7.28 -
YUV 74.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 59 83 72 0.29 0 0.13 0.67 152.5 0.17 0.28
Hex 3B 53 48 1D 0 D 43 98 11 1C
Octal 73 123 110 35 0 15 103 230 21 34
Binary 111011 1010011 1001000 11101 0 1101 1000011 10011000 10001 11100

Color Harmonies of #3B5348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5348

Black with #3B5348

Text Example


Text Example

White with #3B5348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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