Html Css Color HEX #3F6A54 Stromboli

📋 copy color: '#3F6A54'

red 63 ◦ green 106 ◦ blue 84

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

Shades of Stromboli #3F6A54

Tints of Stromboli #3F6A54

RGB

 RED value IS 63 (25% from 255) = 24.9%

 GREEN value IS 106 (41.8% from 255) = 41.9%

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 24.9%
G = 41.9%
B = 33.2%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.21

 K value IS 0.58

RGB Variations

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

Color information

#3F6A54 (or 0x3F6A54) is known color: Stromboli. HEX triplet: 3F, 6A and 54. RGB value is (63,106,84). Sum of RGB (Red+Green+Blue) = 63+106+84=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 106 (41.80% from 255 or 41.90% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A54 is #C095AB. Grayscale: #5A5A5A. Windows color (decimal): -12621228 or 5532223. OLE color: 5532223.

HSL color Cylindrical-coordinate representation of color #3F6A54: hue angle of 149.3º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A54 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.58.

Color convert

RGB 63 106 84 -
CMYK 0.41 0 0.21 0.58
HSL 149.3º 0.25% 0.33% -
HSV(B) 149.3º 0.41% 0.42% -
XYZ 8.8 12 10.24 -
YUV 90.64 124.25 108.29 -
System Red Green Blue C M Y K H S L
Decimal 63 106 84 0.41 0 0.21 0.58 149.3 0.25 0.33
Hex 3F 6A 54 29 0 15 3A 95 19 21
Octal 77 152 124 51 0 25 72 225 31 41
Binary 111111 1101010 1010100 101001 0 10101 111010 10010101 11001 100001

Color Harmonies of #3F6A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6A54

Black with #3F6A54

Text Example


Text Example

White with #3F6A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,106,84); }

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

background-color css

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

 a { background-color: rgb(63,106,84); }

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

border-color css

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

 span { border-color: rgb(63,106,84); }

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