Html Css Color HEX #356854 Stromboli

📋 copy color: '#356854'

red 53 ◦ green 104 ◦ blue 84

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

Shades of Stromboli #356854

Tints of Stromboli #356854

RGB

 RED value IS 53 (21.09% from 255) = 21.99%

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

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

R = 21.99%
G = 43.15%
B = 34.85%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.59

RGB Variations

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

Color information

#356854 (or 0x356854) is known color: Stromboli. HEX triplet: 35, 68 and 54. RGB value is (53,104,84). Sum of RGB (Red+Green+Blue) = 53+104+84=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 104 (41.02% from 255 or 43.15% from 241); Blue value is 84 (33.20% from 255 or 34.85% from 241); Max value from RGB is 104 - color contains mainly: green. Hex color #356854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356854 is #CA97AB. Grayscale: #565656. Windows color (decimal): -13277100 or 5531701. OLE color: 5531701.

HSL color Cylindrical-coordinate representation of color #356854: hue angle of 156.47º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #356854 is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB 53 104 84 -
CMYK 0.49 0 0.19 0.59
HSL 156.47º 0.32% 0.31% -
HSV(B) 156.47º 0.49% 0.41% -
XYZ 8.02 11.3 10.15 -
YUV 86.47 126.6 104.13 -
System Red Green Blue C M Y K H S L
Decimal 53 104 84 0.49 0 0.19 0.59 156.47 0.32 0.31
Hex 35 68 54 31 0 13 3B 9C 20 1F
Octal 65 150 124 61 0 23 73 234 40 37
Binary 110101 1101000 1010100 110001 0 10011 111011 10011100 100000 11111

Color Harmonies of #356854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356854

Black with #356854

Text Example


Text Example

White with #356854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356854; }

 p { color: rgb(53,104,84); }

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

background-color css

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

 a { background-color: rgb(53,104,84); }

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

border-color css

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

 span { border-color: rgb(53,104,84); }

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