Html Css Color HEX #3F675F Stromboli

📋 copy color: '#3F675F'

red 63 ◦ green 103 ◦ blue 95

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

Shades of Stromboli #3F675F

Tints of Stromboli #3F675F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.46%

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

R = 24.14%
G = 39.46%
B = 36.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.08

 K value IS 0.60

RGB Variations

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

Color information

#3F675F (or 0x3F675F) is known color: Stromboli. HEX triplet: 3F, 67 and 5F. RGB value is (63,103,95). Sum of RGB (Red+Green+Blue) = 63+103+95=261 (34% of max value = 765). Red value is 63 (25% from 255 or 24.14% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #3F675F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F675F is #C098A0. Grayscale: #5A5A5A. Windows color (decimal): -12621985 or 6252351. OLE color: 6252351.

HSL color Cylindrical-coordinate representation of color #3F675F: hue angle of 168º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F675F is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 103 95 -
CMYK 0.39 0 0.08 0.60
HSL 168º 0.24% 0.33% -
HSV(B) 168º 0.39% 0.4% -
XYZ 8.97 11.58 12.59 -
YUV 90.13 130.75 108.65 -
System Red Green Blue C M Y K H S L
Decimal 63 103 95 0.39 0 0.08 0.60 168 0.24 0.33
Hex 3F 67 5F 27 0 8 3C A8 18 21
Octal 77 147 137 47 0 10 74 250 30 41
Binary 111111 1100111 1011111 100111 0 1000 111100 10101000 11000 100001

Color Harmonies of #3F675F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F675F

Black with #3F675F

Text Example


Text Example

White with #3F675F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,103,95); }

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

background-color css

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

 a { background-color: rgb(63,103,95); }

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

border-color css

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

 span { border-color: rgb(63,103,95); }

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