Html Css Color HEX #357058 Stromboli

📋 copy color: '#357058'

red 53 ◦ green 112 ◦ blue 88

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

Shades of Stromboli #357058

Tints of Stromboli #357058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 20.95%
G = 44.27%
B = 34.78%

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

#357058 (or 0x357058) is known color: Stromboli. HEX triplet: 35, 70 and 58. RGB value is (53,112,88). Sum of RGB (Red+Green+Blue) = 53+112+88=253 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.95% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #357058 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357058 is #CA8FA7. Grayscale: #5B5B5B. Windows color (decimal): -13275048 or 5795893. OLE color: 5795893.

HSL color Cylindrical-coordinate representation of color #357058: hue angle of 155.59º 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 #357058 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.56.

Color convert

RGB 53 112 88 -
CMYK 0.53 0 0.21 0.56
HSL 155.59º 0.36% 0.32% -
HSV(B) 155.59º 0.53% 0.44% -
XYZ 9.02 13.05 11.28 -
YUV 91.62 125.95 100.45 -
System Red Green Blue C M Y K H S L
Decimal 53 112 88 0.53 0 0.21 0.56 155.59 0.36 0.32
Hex 35 70 58 35 0 15 38 9C 24 20
Octal 65 160 130 65 0 25 70 234 44 40
Binary 110101 1110000 1011000 110101 0 10101 111000 10011100 100100 100000

Color Harmonies of #357058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357058

Black with #357058

Text Example


Text Example

White with #357058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #357058; }

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

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

background-color css

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

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

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

border-color css

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

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

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