Html Css Color HEX #3B6D5F Stromboli

📋 copy color: '#3B6D5F'

red 59 ◦ green 109 ◦ blue 95

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

Shades of Stromboli #3B6D5F

Tints of Stromboli #3B6D5F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.44%

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 22.43%
G = 41.44%
B = 36.12%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#3B6D5F (or 0x3B6D5F) is known color: Stromboli. HEX triplet: 3B, 6D and 5F. RGB value is (59,109,95). Sum of RGB (Red+Green+Blue) = 59+109+95=263 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.43% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #3B6D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6D5F is #C492A0. Grayscale: #5C5C5C. Windows color (decimal): -12882593 or 6253883. OLE color: 6253883.

HSL color Cylindrical-coordinate representation of color #3B6D5F: hue angle of 163.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3B6D5F is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 59 109 95 -
CMYK 0.46 0 0.13 0.57
HSL 163.2º 0.3% 0.33% -
HSV(B) 163.2º 0.46% 0.43% -
XYZ 9.34 12.69 12.78 -
YUV 92.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 59 109 95 0.46 0 0.13 0.57 163.2 0.3 0.33
Hex 3B 6D 5F 2E 0 D 39 A3 1E 21
Octal 73 155 137 56 0 15 71 243 36 41
Binary 111011 1101101 1011111 101110 0 1101 111001 10100011 11110 100001

Color Harmonies of #3B6D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6D5F

Black with #3B6D5F

Text Example


Text Example

White with #3B6D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,109,95); }

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

background-color css

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

 a { background-color: rgb(59,109,95); }

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

border-color css

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

 span { border-color: rgb(59,109,95); }

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