Html Css Color HEX #36725F Stromboli

📋 copy color: '#36725F'

red 54 ◦ green 114 ◦ blue 95

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

Shades of Stromboli #36725F

Tints of Stromboli #36725F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.12%

R = 20.53%
G = 43.35%
B = 36.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#36725F (or 0x36725F) is known color: Stromboli. HEX triplet: 36, 72 and 5F. RGB value is (54,114,95). Sum of RGB (Red+Green+Blue) = 54+114+95=263 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.53% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 95 (37.5% from 255 or 36.12% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #36725F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36725F is #C98DA0. Grayscale: #5D5D5D. Windows color (decimal): -13208993 or 6255158. OLE color: 6255158.

HSL color Cylindrical-coordinate representation of color #36725F: hue angle of 161º 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 #36725F is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 54 114 95 -
CMYK 0.53 0 0.17 0.55
HSL 161º 0.36% 0.33% -
HSV(B) 161º 0.53% 0.45% -
XYZ 9.6 13.65 12.95 -
YUV 93.89 128.62 99.54 -
System Red Green Blue C M Y K H S L
Decimal 54 114 95 0.53 0 0.17 0.55 161 0.36 0.33
Hex 36 72 5F 35 0 11 37 A1 24 21
Octal 66 162 137 65 0 21 67 241 44 41
Binary 110110 1110010 1011111 110101 0 10001 110111 10100001 100100 100001

Color Harmonies of #36725F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36725F

Black with #36725F

Text Example


Text Example

White with #36725F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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