Html Css Color HEX #36705A Stromboli

📋 copy color: '#36705A'

red 54 ◦ green 112 ◦ blue 90

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

Shades of Stromboli #36705A

Tints of Stromboli #36705A

RGB

 RED value IS 54 (21.48% from 255) = 21.09%

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

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

R = 21.09%
G = 43.75%
B = 35.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.56

RGB Variations

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

Color information

#36705A (or 0x36705A) is known color: Stromboli. HEX triplet: 36, 70 and 5A. RGB value is (54,112,90). Sum of RGB (Red+Green+Blue) = 54+112+90=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #36705A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36705A is #C98FA5. Grayscale: #5C5C5C. Windows color (decimal): -13209510 or 5926966. OLE color: 5926966.

HSL color Cylindrical-coordinate representation of color #36705A: hue angle of 157.24º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #36705A is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.56.

Color convert

RGB 54 112 90 -
CMYK 0.52 0 0.20 0.56
HSL 157.24º 0.35% 0.33% -
HSV(B) 157.24º 0.52% 0.44% -
XYZ 9.16 13.11 11.72 -
YUV 92.15 126.78 100.79 -
System Red Green Blue C M Y K H S L
Decimal 54 112 90 0.52 0 0.20 0.56 157.24 0.35 0.33
Hex 36 70 5A 34 0 14 38 9D 23 21
Octal 66 160 132 64 0 24 70 235 43 41
Binary 110110 1110000 1011010 110100 0 10100 111000 10011101 100011 100001

Color Harmonies of #36705A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36705A

Black with #36705A

Text Example


Text Example

White with #36705A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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