Html Css Color HEX #365A50 Spectra

📋 copy color: '#365A50'

red 54 ◦ green 90 ◦ blue 80

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

Shades of Spectra #365A50

Tints of Spectra #365A50

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.18%

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

R = 24.11%
G = 40.18%
B = 35.71%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#365A50 (or 0x365A50) is known color: Spectra. HEX triplet: 36, 5A and 50. RGB value is (54,90,80). Sum of RGB (Red+Green+Blue) = 54+90+80=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 90 (35.55% from 255 or 40.18% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 90 - color contains mainly: green. Hex color #365A50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365A50 is #C9A5AF. Grayscale: #4E4E4E. Windows color (decimal): -13215152 or 5265974. OLE color: 5265974.

HSL color Cylindrical-coordinate representation of color #365A50: hue angle of 163.33º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #365A50 is Cyan = 0.40, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 90 80 -
CMYK 0.40 0 0.11 0.65
HSL 163.33º 0.25% 0.28% -
HSV(B) 163.33º 0.4% 0.35% -
XYZ 6.63 8.68 8.91 -
YUV 78.1 129.07 110.81 -
System Red Green Blue C M Y K H S L
Decimal 54 90 80 0.40 0 0.11 0.65 163.33 0.25 0.28
Hex 36 5A 50 28 0 B 41 A3 19 1C
Octal 66 132 120 50 0 13 101 243 31 34
Binary 110110 1011010 1010000 101000 0 1011 1000001 10100011 11001 11100

Color Harmonies of #365A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365A50

Black with #365A50

Text Example


Text Example

White with #365A50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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