Html Css Color HEX #365D55 Spectra

📋 copy color: '#365D55'

red 54 ◦ green 93 ◦ blue 85

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

Shades of Spectra #365D55

Tints of Spectra #365D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.09%

 BLUE value IS 85 (33.59% from 255) = 36.64%

R = 23.28%
G = 40.09%
B = 36.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#365D55 (or 0x365D55) is known color: Spectra. HEX triplet: 36, 5D and 55. RGB value is (54,93,85). Sum of RGB (Red+Green+Blue) = 54+93+85=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 93 (36.72% from 255 or 40.09% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 93 - color contains mainly: green. Hex color #365D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D55 is #C9A2AA. Grayscale: #505050. Windows color (decimal): -13214379 or 5594422. OLE color: 5594422.

HSL color Cylindrical-coordinate representation of color #365D55: hue angle of 167.69º 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 #365D55 is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 54 93 85 -
CMYK 0.42 0 0.09 0.64
HSL 167.69º 0.27% 0.29% -
HSV(B) 167.69º 0.42% 0.36% -
XYZ 7.08 9.27 10.01 -
YUV 80.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 54 93 85 0.42 0 0.09 0.64 167.69 0.27 0.29
Hex 36 5D 55 2A 0 9 40 A8 1B 1D
Octal 66 135 125 52 0 11 100 250 33 35
Binary 110110 1011101 1010101 101010 0 1001 1000000 10101000 11011 11101

Color Harmonies of #365D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D55

Black with #365D55

Text Example


Text Example

White with #365D55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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