Html Css Color HEX #366852 Spectra

📋 copy color: '#366852'

red 54 ◦ green 104 ◦ blue 82

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

Shades of Spectra #366852

Tints of Spectra #366852

RGB

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

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

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

R = 22.5%
G = 43.33%
B = 34.17%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#366852 (or 0x366852) is known color: Spectra. HEX triplet: 36, 68 and 52. RGB value is (54,104,82). Sum of RGB (Red+Green+Blue) = 54+104+82=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 82 (32.42% from 255 or 34.17% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #366852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366852 is #C997AD. Grayscale: #565656. Windows color (decimal): -13211566 or 5400630. OLE color: 5400630.

HSL color Cylindrical-coordinate representation of color #366852: hue angle of 153.6º 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 #366852 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.59.

Color convert

RGB 54 104 82 -
CMYK 0.48 0 0.21 0.59
HSL 153.6º 0.32% 0.31% -
HSV(B) 153.6º 0.48% 0.41% -
XYZ 7.99 11.29 9.74 -
YUV 86.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 54 104 82 0.48 0 0.21 0.59 153.6 0.32 0.31
Hex 36 68 52 30 0 15 3B 9A 20 1F
Octal 66 150 122 60 0 25 73 232 40 37
Binary 110110 1101000 1010010 110000 0 10101 111011 10011010 100000 11111

Color Harmonies of #366852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366852

Black with #366852

Text Example


Text Example

White with #366852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366852; }

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

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

background-color css

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

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

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

border-color css

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

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

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