Html Css Color HEX #36725E Stromboli

📋 copy color: '#36725E'

red 54 ◦ green 114 ◦ blue 94

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

Shades of Stromboli #36725E

Tints of Stromboli #36725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.51%

 BLUE value IS 94 (37.11% from 255) = 35.88%

R = 20.61%
G = 43.51%
B = 35.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#36725E (or 0x36725E) is known color: Stromboli. HEX triplet: 36, 72 and 5E. RGB value is (54,114,94). Sum of RGB (Red+Green+Blue) = 54+114+94=262 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.61% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #36725E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36725E is #C98DA1. Grayscale: #5D5D5D. Windows color (decimal): -13208994 or 6189622. OLE color: 6189622.

HSL color Cylindrical-coordinate representation of color #36725E: hue angle of 160º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #36725E is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 94 -
CMYK 0.53 0 0.18 0.55
HSL 160º 0.36% 0.33% -
HSV(B) 160º 0.53% 0.45% -
XYZ 9.56 13.63 12.72 -
YUV 93.78 128.12 99.63 -
System Red Green Blue C M Y K H S L
Decimal 54 114 94 0.53 0 0.18 0.55 160 0.36 0.33
Hex 36 72 5E 35 0 12 37 A0 24 21
Octal 66 162 136 65 0 22 67 240 44 41
Binary 110110 1110010 1011110 110101 0 10010 110111 10100000 100100 100001

Color Harmonies of #36725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36725E

Black with #36725E

Text Example


Text Example

White with #36725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36725E; }

 p { color: rgb(54,114,94); }

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

background-color css

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

 a { background-color: rgb(54,114,94); }

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

border-color css

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

 span { border-color: rgb(54,114,94); }

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