Html Css Color HEX #36695D Stromboli

📋 copy color: '#36695D'

red 54 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #36695D

Tints of Stromboli #36695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

 BLUE value IS 93 (36.72% from 255) = 36.9%

R = 21.43%
G = 41.67%
B = 36.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#36695D (or 0x36695D) is known color: Stromboli. HEX triplet: 36, 69 and 5D. RGB value is (54,105,93). Sum of RGB (Red+Green+Blue) = 54+105+93=252 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.43% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 93 (36.72% from 255 or 36.90% from 252); Max value from RGB is 105 - color contains mainly: green. Hex color #36695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36695D is #C996A2. Grayscale: #585858. Windows color (decimal): -13211299 or 6121782. OLE color: 6121782.

HSL color Cylindrical-coordinate representation of color #36695D: hue angle of 165.88º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #36695D is Cyan = 0.49, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 105 93 -
CMYK 0.49 0 0.11 0.59
HSL 165.88º 0.32% 0.31% -
HSV(B) 165.88º 0.49% 0.41% -
XYZ 8.55 11.68 12.16 -
YUV 88.38 130.6 103.48 -
System Red Green Blue C M Y K H S L
Decimal 54 105 93 0.49 0 0.11 0.59 165.88 0.32 0.31
Hex 36 69 5D 31 0 B 3B A6 20 1F
Octal 66 151 135 61 0 13 73 246 40 37
Binary 110110 1101001 1011101 110001 0 1011 111011 10100110 100000 11111

Color Harmonies of #36695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36695D

Black with #36695D

Text Example


Text Example

White with #36695D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36695D; }

 p { color: rgb(54,105,93); }

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

background-color css

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

 a { background-color: rgb(54,105,93); }

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

border-color css

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

 span { border-color: rgb(54,105,93); }

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