Html Css Color HEX #3F6254 Stromboli

📋 copy color: '#3F6254'

red 63 ◦ green 98 ◦ blue 84

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

Shades of Stromboli #3F6254

Tints of Stromboli #3F6254

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40%

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

R = 25.71%
G = 40%
B = 34.29%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#3F6254 (or 0x3F6254) is known color: Stromboli. HEX triplet: 3F, 62 and 54. RGB value is (63,98,84). Sum of RGB (Red+Green+Blue) = 63+98+84=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 98 (38.67% from 255 or 40% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6254 is #C09DAB. Grayscale: #555555. Windows color (decimal): -12623276 or 5530175. OLE color: 5530175.

HSL color Cylindrical-coordinate representation of color #3F6254: hue angle of 156º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6254 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 98 84 -
CMYK 0.36 0 0.14 0.62
HSL 156º 0.22% 0.32% -
HSV(B) 156º 0.36% 0.38% -
XYZ 8.02 10.43 9.98 -
YUV 85.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 63 98 84 0.36 0 0.14 0.62 156 0.22 0.32
Hex 3F 62 54 24 0 E 3E 9C 16 20
Octal 77 142 124 44 0 16 76 234 26 40
Binary 111111 1100010 1010100 100100 0 1110 111110 10011100 10110 100000

Color Harmonies of #3F6254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6254

Black with #3F6254

Text Example


Text Example

White with #3F6254

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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