Html Css Color HEX #365F50 Spectra

📋 copy color: '#365F50'

red 54 ◦ green 95 ◦ blue 80

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

Shades of Spectra #365F50

Tints of Spectra #365F50

RGB

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

 GREEN value IS 95 (37.5% from 255) = 41.48%

 BLUE value IS 80 (31.64% from 255) = 34.93%

R = 23.58%
G = 41.48%
B = 34.93%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#365F50 (or 0x365F50) is known color: Spectra. HEX triplet: 36, 5F and 50. RGB value is (54,95,80). Sum of RGB (Red+Green+Blue) = 54+95+80=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 80 (31.64% from 255 or 34.93% from 229); Max value from RGB is 95 - color contains mainly: green. Hex color #365F50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365F50 is #C9A0AF. Grayscale: #515151. Windows color (decimal): -13213872 or 5267254. OLE color: 5267254.

HSL color Cylindrical-coordinate representation of color #365F50: hue angle of 158.05º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #365F50 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 95 80 -
CMYK 0.43 0 0.16 0.63
HSL 158.05º 0.28% 0.29% -
HSV(B) 158.05º 0.43% 0.37% -
XYZ 7.06 9.55 9.06 -
YUV 81.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 54 95 80 0.43 0 0.16 0.63 158.05 0.28 0.29
Hex 36 5F 50 2B 0 10 3F 9E 1C 1D
Octal 66 137 120 53 0 20 77 236 34 35
Binary 110110 1011111 1010000 101011 0 10000 111111 10011110 11100 11101

Color Harmonies of #365F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365F50

Black with #365F50

Text Example


Text Example

White with #365F50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #365F50;
 }
 .AnyTagClassName
 {
   color: #365F50;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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