Html Css Color HEX #365D4F Spectra

📋 copy color: '#365D4F'

red 54 ◦ green 93 ◦ blue 79

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

Shades of Spectra #365D4F

Tints of Spectra #365D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.96%

R = 23.89%
G = 41.15%
B = 34.96%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#365D4F (or 0x365D4F) is known color: Spectra. HEX triplet: 36, 5D and 4F. RGB value is (54,93,79). Sum of RGB (Red+Green+Blue) = 54+93+79=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 93 (36.72% from 255 or 41.15% from 226); Blue value is 79 (31.25% from 255 or 34.96% from 226); Max value from RGB is 93 - color contains mainly: green. Hex color #365D4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #365D4F is #C9A2B0. Grayscale: #4F4F4F. Windows color (decimal): -13214385 or 5201206. OLE color: 5201206.

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

Color convert

RGB 54 93 79 -
CMYK 0.42 0 0.15 0.64
HSL 158.46º 0.27% 0.29% -
HSV(B) 158.46º 0.42% 0.36% -
XYZ 6.85 9.18 8.81 -
YUV 79.74 127.58 109.64 -
System Red Green Blue C M Y K H S L
Decimal 54 93 79 0.42 0 0.15 0.64 158.46 0.27 0.29
Hex 36 5D 4F 2A 0 F 40 9E 1B 1D
Octal 66 135 117 52 0 17 100 236 33 35
Binary 110110 1011101 1001111 101010 0 1111 1000000 10011110 11011 11101

Color Harmonies of #365D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #365D4F

Black with #365D4F

Text Example


Text Example

White with #365D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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