Html Css Color HEX #366652 Spectra

📋 copy color: '#366652'

red 54 ◦ green 102 ◦ blue 82

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

Shades of Spectra #366652

Tints of Spectra #366652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 42.86%

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

R = 22.69%
G = 42.86%
B = 34.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#366652 (or 0x366652) is known color: Spectra. HEX triplet: 36, 66 and 52. RGB value is (54,102,82). Sum of RGB (Red+Green+Blue) = 54+102+82=238 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.69% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #366652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366652 is #C999AD. Grayscale: #555555. Windows color (decimal): -13212078 or 5400118. OLE color: 5400118.

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

Color convert

RGB 54 102 82 -
CMYK 0.47 0 0.20 0.6
HSL 155º 0.31% 0.31% -
HSV(B) 155º 0.47% 0.4% -
XYZ 7.8 10.9 9.67 -
YUV 85.37 126.1 105.63 -
System Red Green Blue C M Y K H S L
Decimal 54 102 82 0.47 0 0.20 0.6 155 0.31 0.31
Hex 36 66 52 2F 0 14 3C 9B 1F 1F
Octal 66 146 122 57 0 24 74 233 37 37
Binary 110110 1100110 1010010 101111 0 10100 111100 10011011 11111 11111

Color Harmonies of #366652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366652

Black with #366652

Text Example


Text Example

White with #366652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366652; }

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

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

background-color css

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

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

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

border-color css

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

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

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