Html Css Color HEX #366052 Spectra

📋 copy color: '#366052'

red 54 ◦ green 96 ◦ blue 82

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

Shades of Spectra #366052

Tints of Spectra #366052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.34%

R = 23.28%
G = 41.38%
B = 35.34%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#366052 (or 0x366052) is known color: Spectra. HEX triplet: 36, 60 and 52. RGB value is (54,96,82). Sum of RGB (Red+Green+Blue) = 54+96+82=232 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.28% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #366052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366052 is #C99FAD. Grayscale: #515151. Windows color (decimal): -13213614 or 5398582. OLE color: 5398582.

HSL color Cylindrical-coordinate representation of color #366052: hue angle of 160º 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 #366052 is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 82 -
CMYK 0.44 0 0.15 0.62
HSL 160º 0.28% 0.29% -
HSV(B) 160º 0.44% 0.38% -
XYZ 7.23 9.76 9.49 -
YUV 81.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 54 96 82 0.44 0 0.15 0.62 160 0.28 0.29
Hex 36 60 52 2C 0 F 3E A0 1C 1D
Octal 66 140 122 54 0 17 76 240 34 35
Binary 110110 1100000 1010010 101100 0 1111 111110 10100000 11100 11101

Color Harmonies of #366052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366052

Black with #366052

Text Example


Text Example

White with #366052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366052; }

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

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

background-color css

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

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

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

border-color css

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

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

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