Html Css Color HEX #3F6955 Stromboli

📋 copy color: '#3F6955'

red 63 ◦ green 105 ◦ blue 85

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

Shades of Stromboli #3F6955

Tints of Stromboli #3F6955

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 24.9%
G = 41.5%
B = 33.6%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#3F6955 (or 0x3F6955) is known color: Stromboli. HEX triplet: 3F, 69 and 55. RGB value is (63,105,85). Sum of RGB (Red+Green+Blue) = 63+105+85=253 (33% of max value = 765). Red value is 63 (25% from 255 or 24.90% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6955 is #C096AA. Grayscale: #5A5A5A. Windows color (decimal): -12621483 or 5597503. OLE color: 5597503.

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

Color convert

RGB 63 105 85 -
CMYK 0.4 0 0.19 0.59
HSL 151.43º 0.25% 0.33% -
HSV(B) 151.43º 0.4% 0.41% -
XYZ 8.74 11.82 10.41 -
YUV 90.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 63 105 85 0.4 0 0.19 0.59 151.43 0.25 0.33
Hex 3F 69 55 28 0 13 3B 97 19 21
Octal 77 151 125 50 0 23 73 227 31 41
Binary 111111 1101001 1010101 101000 0 10011 111011 10010111 11001 100001

Color Harmonies of #3F6955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6955

Black with #3F6955

Text Example


Text Example

White with #3F6955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,85); }

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

background-color css

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

 a { background-color: rgb(63,105,85); }

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

border-color css

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

 span { border-color: rgb(63,105,85); }

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