Html Css Color HEX #366850 Spectra

📋 copy color: '#366850'

red 54 ◦ green 104 ◦ blue 80

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

Shades of Spectra #366850

Tints of Spectra #366850

RGB

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

 GREEN value IS 104 (41.02% from 255) = 43.7%

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

R = 22.69%
G = 43.7%
B = 33.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.23

 K value IS 0.59

RGB Variations

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

Color information

#366850 (or 0x366850) is known color: Spectra. HEX triplet: 36, 68 and 50. RGB value is (54,104,80). Sum of RGB (Red+Green+Blue) = 54+104+80=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 104 (41.02% from 255 or 43.70% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 104 - color contains mainly: green. Hex color #366850 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366850 is #C997AF. Grayscale: #565656. Windows color (decimal): -13211568 or 5269558. OLE color: 5269558.

HSL color Cylindrical-coordinate representation of color #366850: hue angle of 151.2º degrees, saturation: 0.32, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #366850 is Cyan = 0.48, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 80 -
CMYK 0.48 0 0.23 0.59
HSL 151.2º 0.32% 0.31% -
HSV(B) 151.2º 0.48% 0.41% -
XYZ 7.92 11.26 9.35 -
YUV 86.31 124.44 104.95 -
System Red Green Blue C M Y K H S L
Decimal 54 104 80 0.48 0 0.23 0.59 151.2 0.32 0.31
Hex 36 68 50 30 0 17 3B 97 20 1F
Octal 66 150 120 60 0 27 73 227 40 37
Binary 110110 1101000 1010000 110000 0 10111 111011 10010111 100000 11111

Color Harmonies of #366850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366850

Black with #366850

Text Example


Text Example

White with #366850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366850; }

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

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

background-color css

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

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

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

border-color css

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

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

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