#365D52

Color #365D52 Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #365D52

Tints of Spectra #365D52

Color information

#365D52 (or 0x365D52) is unknown color: approx Spectra. HEX triplet: 36, 5D and 52. RGB value is (54,93,82). Sum of RGB (Red+Green+Blue) = 54+93+82=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 93 (36.72% from 255 or 40.61% from 229); Blue value is 82 (32.42% from 255 or 35.81% from 229); Max value from RGB is 93 - color contains mainly: green. Hex color #365D52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D52 is #C9A2AD. Grayscale: #505050. Windows color (decimal): -13214382 or 5397814. OLE color: 5397814.

HSL color Cylindrical-coordinate representation of color #365D52: hue angle of 163.08º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #365D52 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB549382-
CMYK0.4200.120.64
HSL163.08º26.53%28.82%-
HSV(B)163.08º41.94%36.47%-
XYZ6.969.229.4-
YUV80.08129.08109.39-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.58%
GREEN value IS 93 (36.72% from 255) = 40.61%
BLUE value IS 82 (32.42% from 255) = 35.81%
R=23.58%
G=40.61%
B=35.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5493820.4200.120.64163.0826.5328.82
Hex365D522A0C40a31b1d
Octal66135122520141002433335
Binary11011010111011010010101010011001000000101000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #365D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #365D52; }

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

 H1.HeaderClassName
 {
   color: #365D52;
 }
 .AnyTagClassName
 {
   color: #365D52;
 }
</style>
background-color css

<style>
 a { background-color: #365D52; }

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

 div.DivClassName
 {
   background-color: #365D52;
 }
 .BgClassName
 {
   background-color: #365D52;
 }
</style>
border-color css

<style>
 span { border-color: #365D52; }

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

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