Html Css Color HEX #3B6351 Stromboli

📋 copy color: '#3B6351'

red 59 ◦ green 99 ◦ blue 81

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

Shades of Stromboli #3B6351

Tints of Stromboli #3B6351

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.42%

 BLUE value IS 81 (32.03% from 255) = 33.89%

R = 24.69%
G = 41.42%
B = 33.89%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.18

 K value IS 0.61

RGB Variations

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

Color information

#3B6351 (or 0x3B6351) is known color: Stromboli. HEX triplet: 3B, 63 and 51. RGB value is (59,99,81). Sum of RGB (Red+Green+Blue) = 59+99+81=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 99 (39.06% from 255 or 41.42% from 239); Blue value is 81 (32.03% from 255 or 33.89% from 239); Max value from RGB is 99 - color contains mainly: green. Hex color #3B6351 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6351 is #C49CAE. Grayscale: #555555. Windows color (decimal): -12885167 or 5333819. OLE color: 5333819.

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

Color convert

RGB 59 99 81 -
CMYK 0.40 0 0.18 0.61
HSL 153º 0.25% 0.31% -
HSV(B) 153º 0.4% 0.39% -
XYZ 7.75 10.45 9.39 -
YUV 84.99 125.75 109.46 -
System Red Green Blue C M Y K H S L
Decimal 59 99 81 0.40 0 0.18 0.61 153 0.25 0.31
Hex 3B 63 51 28 0 12 3D 99 19 1F
Octal 73 143 121 50 0 22 75 231 31 37
Binary 111011 1100011 1010001 101000 0 10010 111101 10011001 11001 11111

Color Harmonies of #3B6351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6351

Black with #3B6351

Text Example


Text Example

White with #3B6351

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,99,81); }

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

background-color css

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

 a { background-color: rgb(59,99,81); }

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

border-color css

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

 span { border-color: rgb(59,99,81); }

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