Html Css Color HEX #3C6055 Stromboli

📋 copy color: '#3C6055'

red 60 ◦ green 96 ◦ blue 85

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

Shades of Stromboli #3C6055

Tints of Stromboli #3C6055

RGB

 RED value IS 60 (23.83% from 255) = 24.9%

 GREEN value IS 96 (37.89% from 255) = 39.83%

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

R = 24.9%
G = 39.83%
B = 35.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#3C6055 (or 0x3C6055) is known color: Stromboli. HEX triplet: 3C, 60 and 55. RGB value is (60,96,85). Sum of RGB (Red+Green+Blue) = 60+96+85=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 96 (37.89% from 255 or 39.83% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6055 is #C39FAA. Grayscale: #535353. Windows color (decimal): -12820395 or 5595196. OLE color: 5595196.

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

Color convert

RGB 60 96 85 -
CMYK 0.38 0 0.11 0.62
HSL 161.67º 0.23% 0.31% -
HSV(B) 161.67º 0.38% 0.38% -
XYZ 7.69 9.98 10.12 -
YUV 83.98 128.57 110.89 -
System Red Green Blue C M Y K H S L
Decimal 60 96 85 0.38 0 0.11 0.62 161.67 0.23 0.31
Hex 3C 60 55 26 0 B 3E A2 17 1F
Octal 74 140 125 46 0 13 76 242 27 37
Binary 111100 1100000 1010101 100110 0 1011 111110 10100010 10111 11111

Color Harmonies of #3C6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6055

Black with #3C6055

Text Example


Text Example

White with #3C6055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,96,85); }

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

background-color css

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

 a { background-color: rgb(60,96,85); }

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

border-color css

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

 span { border-color: rgb(60,96,85); }

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