Html Css Color HEX #366051 Spectra

📋 copy color: '#366051'

red 54 ◦ green 96 ◦ blue 81

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

Shades of Spectra #366051

Tints of Spectra #366051

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.56%

 BLUE value IS 81 (32.03% from 255) = 35.06%

R = 23.38%
G = 41.56%
B = 35.06%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#366051 (or 0x366051) is known color: Spectra. HEX triplet: 36, 60 and 51. RGB value is (54,96,81). Sum of RGB (Red+Green+Blue) = 54+96+81=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #366051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366051 is #C99FAE. Grayscale: #515151. Windows color (decimal): -13213615 or 5333046. OLE color: 5333046.

HSL color Cylindrical-coordinate representation of color #366051: hue angle of 158.57º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #366051 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 81 -
CMYK 0.44 0 0.16 0.62
HSL 158.57º 0.28% 0.29% -
HSV(B) 158.57º 0.44% 0.38% -
XYZ 7.19 9.74 9.29 -
YUV 81.73 127.59 108.22 -
System Red Green Blue C M Y K H S L
Decimal 54 96 81 0.44 0 0.16 0.62 158.57 0.28 0.29
Hex 36 60 51 2C 0 10 3E 9F 1C 1D
Octal 66 140 121 54 0 20 76 237 34 35
Binary 110110 1100000 1010001 101100 0 10000 111110 10011111 11100 11101

Color Harmonies of #366051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366051

Black with #366051

Text Example


Text Example

White with #366051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366051; }

 p { color: rgb(54,96,81); }

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

background-color css

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

 a { background-color: rgb(54,96,81); }

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

border-color css

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

 span { border-color: rgb(54,96,81); }

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