Html Css Color HEX #3B7061 Stromboli

📋 copy color: '#3B7061'

red 59 ◦ green 112 ◦ blue 97

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

Shades of Stromboli #3B7061

Tints of Stromboli #3B7061

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.79%

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 22.01%
G = 41.79%
B = 36.19%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.56

RGB Variations

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

Color information

#3B7061 (or 0x3B7061) is known color: Stromboli. HEX triplet: 3B, 70 and 61. RGB value is (59,112,97). Sum of RGB (Red+Green+Blue) = 59+112+97=268 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.01% from 268); Green value is 112 (44.14% from 255 or 41.79% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 112 - color contains mainly: green. Hex color #3B7061 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B7061 is #C48F9E. Grayscale: #5E5E5E. Windows color (decimal): -12881823 or 6385723. OLE color: 6385723.

HSL color Cylindrical-coordinate representation of color #3B7061: hue angle of 163.02º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B7061 is Cyan = 0.47, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 97 -
CMYK 0.47 0 0.13 0.56
HSL 163.02º 0.31% 0.34% -
HSV(B) 163.02º 0.47% 0.44% -
XYZ 9.76 13.38 13.38 -
YUV 94.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 59 112 97 0.47 0 0.13 0.56 163.02 0.31 0.34
Hex 3B 70 61 2F 0 D 38 A3 1F 22
Octal 73 160 141 57 0 15 70 243 37 42
Binary 111011 1110000 1100001 101111 0 1101 111000 10100011 11111 100010

Color Harmonies of #3B7061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7061

Black with #3B7061

Text Example


Text Example

White with #3B7061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,112,97); }

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

background-color css

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

 a { background-color: rgb(59,112,97); }

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

border-color css

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

 span { border-color: rgb(59,112,97); }

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