Html Css Color HEX #3B5044 Plantation

📋 copy color: '#3B5044'

red 59 ◦ green 80 ◦ blue 68

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

Shades of Plantation #3B5044

Tints of Plantation #3B5044

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.65%

 BLUE value IS 68 (26.95% from 255) = 32.85%

R = 28.5%
G = 38.65%
B = 32.85%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.15

 K value IS 0.69

RGB Variations

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

Color information

#3B5044 (or 0x3B5044) is known color: Plantation. HEX triplet: 3B, 50 and 44. RGB value is (59,80,68). Sum of RGB (Red+Green+Blue) = 59+80+68=207 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.50% from 207); Green value is 80 (31.64% from 255 or 38.65% from 207); Blue value is 68 (26.95% from 255 or 32.85% from 207); Max value from RGB is 80 - color contains mainly: green. Hex color #3B5044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5044 is #C4AFBB. Grayscale: #484848. Windows color (decimal): -12890044 or 4476987. OLE color: 4476987.

HSL color Cylindrical-coordinate representation of color #3B5044: hue angle of 145.71º degrees, saturation: 0.15, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #3B5044 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB 59 80 68 -
CMYK 0.26 0 0.15 0.69
HSL 145.71º 0.15% 0.27% -
HSV(B) 145.71º 0.26% 0.31% -
XYZ 5.72 7.08 6.54 -
YUV 72.35 125.54 118.48 -
System Red Green Blue C M Y K H S L
Decimal 59 80 68 0.26 0 0.15 0.69 145.71 0.15 0.27
Hex 3B 50 44 1A 0 F 45 92 F 1B
Octal 73 120 104 32 0 17 105 222 17 33
Binary 111011 1010000 1000100 11010 0 1111 1000101 10010010 1111 11011

Color Harmonies of #3B5044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B5044

Black with #3B5044

Text Example


Text Example

White with #3B5044

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,80,68); }

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

background-color css

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

 a { background-color: rgb(59,80,68); }

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

border-color css

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

 span { border-color: rgb(59,80,68); }

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