Html Css Color HEX #35705A Stromboli

📋 copy color: '#35705A'

red 53 ◦ green 112 ◦ blue 90

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

Shades of Stromboli #35705A

Tints of Stromboli #35705A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.29%

R = 20.78%
G = 43.92%
B = 35.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#35705A (or 0x35705A) is known color: Stromboli. HEX triplet: 35, 70 and 5A. RGB value is (53,112,90). Sum of RGB (Red+Green+Blue) = 53+112+90=255 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.78% from 255); Green value is 112 (44.14% from 255 or 43.92% from 255); Blue value is 90 (35.55% from 255 or 35.29% from 255); Max value from RGB is 112 - color contains mainly: green. Hex color #35705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35705A is #CA8FA5. Grayscale: #5B5B5B. Windows color (decimal): -13275046 or 5926965. OLE color: 5926965.

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

Color convert

RGB 53 112 90 -
CMYK 0.53 0 0.20 0.56
HSL 157.63º 0.36% 0.32% -
HSV(B) 157.63º 0.53% 0.44% -
XYZ 9.11 13.08 11.72 -
YUV 91.85 126.95 100.29 -
System Red Green Blue C M Y K H S L
Decimal 53 112 90 0.53 0 0.20 0.56 157.63 0.36 0.32
Hex 35 70 5A 35 0 14 38 9E 24 20
Octal 65 160 132 65 0 24 70 236 44 40
Binary 110101 1110000 1011010 110101 0 10100 111000 10011110 100100 100000

Color Harmonies of #35705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35705A

Black with #35705A

Text Example


Text Example

White with #35705A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35705A; }

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

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

background-color css

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

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

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

border-color css

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

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

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