Html Css Color HEX #3B554A Plantation

📋 copy color: '#3B554A'

red 59 ◦ green 85 ◦ blue 74

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

Shades of Plantation #3B554A

Tints of Plantation #3B554A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

 BLUE value IS 74 (29.3% from 255) = 33.94%

R = 27.06%
G = 38.99%
B = 33.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#3B554A (or 0x3B554A) is known color: Plantation. HEX triplet: 3B, 55 and 4A. RGB value is (59,85,74). Sum of RGB (Red+Green+Blue) = 59+85+74=218 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.06% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #3B554A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B554A is #C4AAB5. Grayscale: #4B4B4B. Windows color (decimal): -12888758 or 4871483. OLE color: 4871483.

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

Color convert

RGB 59 85 74 -
CMYK 0.31 0 0.13 0.67
HSL 154.62º 0.18% 0.28% -
HSV(B) 154.62º 0.31% 0.33% -
XYZ 6.29 7.92 7.68 -
YUV 75.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 59 85 74 0.31 0 0.13 0.67 154.62 0.18 0.28
Hex 3B 55 4A 1F 0 D 43 9B 12 1C
Octal 73 125 112 37 0 15 103 233 22 34
Binary 111011 1010101 1001010 11111 0 1101 1000011 10011011 10010 11100

Color Harmonies of #3B554A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B554A

Black with #3B554A

Text Example


Text Example

White with #3B554A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,85,74); }

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

background-color css

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

 a { background-color: rgb(59,85,74); }

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

border-color css

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

 span { border-color: rgb(59,85,74); }

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