Html Css Color HEX #3B6255 Stromboli

📋 copy color: '#3B6255'

red 59 ◦ green 98 ◦ blue 85

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

Shades of Stromboli #3B6255

Tints of Stromboli #3B6255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.5%

 BLUE value IS 85 (33.59% from 255) = 35.12%

R = 24.38%
G = 40.5%
B = 35.12%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#3B6255 (or 0x3B6255) is known color: Stromboli. HEX triplet: 3B, 62 and 55. RGB value is (59,98,85). Sum of RGB (Red+Green+Blue) = 59+98+85=242 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.38% from 242); Green value is 98 (38.67% from 255 or 40.50% from 242); Blue value is 85 (33.59% from 255 or 35.12% from 242); Max value from RGB is 98 - color contains mainly: green. Hex color #3B6255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6255 is #C49DAA. Grayscale: #545454. Windows color (decimal): -12885419 or 5595707. OLE color: 5595707.

HSL color Cylindrical-coordinate representation of color #3B6255: hue angle of 160º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3B6255 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 59 98 85 -
CMYK 0.40 0 0.13 0.62
HSL 160º 0.25% 0.31% -
HSV(B) 160º 0.4% 0.38% -
XYZ 7.81 10.32 10.17 -
YUV 84.86 128.08 109.56 -
System Red Green Blue C M Y K H S L
Decimal 59 98 85 0.40 0 0.13 0.62 160 0.25 0.31
Hex 3B 62 55 28 0 D 3E A0 19 1F
Octal 73 142 125 50 0 15 76 240 31 37
Binary 111011 1100010 1010101 101000 0 1101 111110 10100000 11001 11111

Color Harmonies of #3B6255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6255

Black with #3B6255

Text Example


Text Example

White with #3B6255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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