Html Css Color HEX #357059 Stromboli

📋 copy color: '#357059'

red 53 ◦ green 112 ◦ blue 89

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

Shades of Stromboli #357059

Tints of Stromboli #357059

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.09%

 BLUE value IS 89 (35.16% from 255) = 35.04%

R = 20.87%
G = 44.09%
B = 35.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#357059 (or 0x357059) is known color: Stromboli. HEX triplet: 35, 70 and 59. RGB value is (53,112,89). Sum of RGB (Red+Green+Blue) = 53+112+89=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 89 (35.16% from 255 or 35.04% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #357059 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357059 is #CA8FA6. Grayscale: #5B5B5B. Windows color (decimal): -13275047 or 5861429. OLE color: 5861429.

HSL color Cylindrical-coordinate representation of color #357059: hue angle of 156.61º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #357059 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 89 -
CMYK 0.53 0 0.21 0.56
HSL 156.61º 0.36% 0.32% -
HSV(B) 156.61º 0.53% 0.44% -
XYZ 9.07 13.07 11.5 -
YUV 91.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 53 112 89 0.53 0 0.21 0.56 156.61 0.36 0.32
Hex 35 70 59 35 0 15 38 9D 24 20
Octal 65 160 131 65 0 25 70 235 44 40
Binary 110101 1110000 1011001 110101 0 10101 111000 10011101 100100 100000

Color Harmonies of #357059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357059

Black with #357059

Text Example


Text Example

White with #357059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357059; }

 p { color: rgb(53,112,89); }

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

background-color css

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

 a { background-color: rgb(53,112,89); }

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

border-color css

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

 span { border-color: rgb(53,112,89); }

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