Html Css Color HEX #366552 Spectra

📋 copy color: '#366552'

red 54 ◦ green 101 ◦ blue 82

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

Shades of Spectra #366552

Tints of Spectra #366552

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.62%

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

R = 22.78%
G = 42.62%
B = 34.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.60

RGB Variations

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

Color information

#366552 (or 0x366552) is known color: Spectra. HEX triplet: 36, 65 and 52. RGB value is (54,101,82). Sum of RGB (Red+Green+Blue) = 54+101+82=237 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.78% from 237); Green value is 101 (39.84% from 255 or 42.62% from 237); Blue value is 82 (32.42% from 255 or 34.60% from 237); Max value from RGB is 101 - color contains mainly: green. Hex color #366552 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366552 is #C99AAD. Grayscale: #545454. Windows color (decimal): -13212334 or 5399862. OLE color: 5399862.

HSL color Cylindrical-coordinate representation of color #366552: hue angle of 155.74º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #366552 is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.60.

Color convert

RGB 54 101 82 -
CMYK 0.47 0 0.19 0.60
HSL 155.74º 0.3% 0.3% -
HSV(B) 155.74º 0.47% 0.4% -
XYZ 7.7 10.7 9.64 -
YUV 84.78 126.43 106.04 -
System Red Green Blue C M Y K H S L
Decimal 54 101 82 0.47 0 0.19 0.60 155.74 0.3 0.3
Hex 36 65 52 2F 0 13 3C 9C 1E 1E
Octal 66 145 122 57 0 23 74 234 36 36
Binary 110110 1100101 1010010 101111 0 10011 111100 10011100 11110 11110

Color Harmonies of #366552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366552

Black with #366552

Text Example


Text Example

White with #366552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366552; }

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

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

background-color css

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

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

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

border-color css

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

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

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