Html Css Color HEX #3F6853 Stromboli

📋 copy color: '#3F6853'

red 63 ◦ green 104 ◦ blue 83

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

Shades of Stromboli #3F6853

Tints of Stromboli #3F6853

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

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

R = 25.2%
G = 41.6%
B = 33.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#3F6853 (or 0x3F6853) is known color: Stromboli. HEX triplet: 3F, 68 and 53. RGB value is (63,104,83). Sum of RGB (Red+Green+Blue) = 63+104+83=250 (33% of max value = 765). Red value is 63 (25% from 255 or 25.2% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 83 (32.81% from 255 or 33.2% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #3F6853 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6853 is #C097AC. Grayscale: #595959. Windows color (decimal): -12621741 or 5466175. OLE color: 5466175.

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

Color convert

RGB 63 104 83 -
CMYK 0.39 0 0.20 0.59
HSL 149.27º 0.25% 0.33% -
HSV(B) 149.27º 0.39% 0.41% -
XYZ 8.56 11.58 9.97 -
YUV 89.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 63 104 83 0.39 0 0.20 0.59 149.27 0.25 0.33
Hex 3F 68 53 27 0 14 3B 95 19 21
Octal 77 150 123 47 0 24 73 225 31 41
Binary 111111 1101000 1010011 100111 0 10100 111011 10010101 11001 100001

Color Harmonies of #3F6853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6853

Black with #3F6853

Text Example


Text Example

White with #3F6853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,83); }

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

background-color css

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

 a { background-color: rgb(63,104,83); }

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

border-color css

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

 span { border-color: rgb(63,104,83); }

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