Html Css Color HEX #356755 Stromboli

📋 copy color: '#356755'

red 53 ◦ green 103 ◦ blue 85

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

Shades of Stromboli #356755

Tints of Stromboli #356755

RGB

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

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

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

R = 21.99%
G = 42.74%
B = 35.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#356755 (or 0x356755) is known color: Stromboli. HEX triplet: 35, 67 and 55. RGB value is (53,103,85). Sum of RGB (Red+Green+Blue) = 53+103+85=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 103 (40.62% from 255 or 42.74% from 241); Blue value is 85 (33.59% from 255 or 35.27% from 241); Max value from RGB is 103 - color contains mainly: green. Hex color #356755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #356755 is #CA98AA. Grayscale: #565656. Windows color (decimal): -13277355 or 5596981. OLE color: 5596981.

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

Color convert

RGB 53 103 85 -
CMYK 0.49 0 0.17 0.60
HSL 158.4º 0.32% 0.31% -
HSV(B) 158.4º 0.49% 0.4% -
XYZ 7.96 11.11 10.32 -
YUV 86 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 53 103 85 0.49 0 0.17 0.60 158.4 0.32 0.31
Hex 35 67 55 31 0 11 3C 9E 20 1F
Octal 65 147 125 61 0 21 74 236 40 37
Binary 110101 1100111 1010101 110001 0 10001 111100 10011110 100000 11111

Color Harmonies of #356755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #356755

Black with #356755

Text Example


Text Example

White with #356755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #356755; }

 p { color: rgb(53,103,85); }

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

background-color css

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

 a { background-color: rgb(53,103,85); }

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

border-color css

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

 span { border-color: rgb(53,103,85); }

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