Html Css Color HEX #3C6053 Stromboli

📋 copy color: '#3C6053'

red 60 ◦ green 96 ◦ blue 83

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

Shades of Stromboli #3C6053

Tints of Stromboli #3C6053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 25.1%
G = 40.17%
B = 34.73%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#3C6053 (or 0x3C6053) is known color: Stromboli. HEX triplet: 3C, 60 and 53. RGB value is (60,96,83). Sum of RGB (Red+Green+Blue) = 60+96+83=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 96 - color contains mainly: green. Hex color #3C6053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C6053 is #C39FAC. Grayscale: #535353. Windows color (decimal): -12820397 or 5464124. OLE color: 5464124.

HSL color Cylindrical-coordinate representation of color #3C6053: hue angle of 158.33º 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 #3C6053 is Cyan = 0.38, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 60 96 83 -
CMYK 0.38 0 0.14 0.62
HSL 158.33º 0.23% 0.31% -
HSV(B) 158.33º 0.38% 0.38% -
XYZ 7.61 9.95 9.7 -
YUV 83.75 127.57 111.06 -
System Red Green Blue C M Y K H S L
Decimal 60 96 83 0.38 0 0.14 0.62 158.33 0.23 0.31
Hex 3C 60 53 26 0 E 3E 9E 17 1F
Octal 74 140 123 46 0 16 76 236 27 37
Binary 111100 1100000 1010011 100110 0 1110 111110 10011110 10111 11111

Color Harmonies of #3C6053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C6053

Black with #3C6053

Text Example


Text Example

White with #3C6053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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