Html Css Color HEX #366752 Spectra

📋 copy color: '#366752'

red 54 ◦ green 103 ◦ blue 82

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

Shades of Spectra #366752

Tints of Spectra #366752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 43.1%

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

R = 22.59%
G = 43.1%
B = 34.31%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#366752 (or 0x366752) is known color: Spectra. HEX triplet: 36, 67 and 52. RGB value is (54,103,82). Sum of RGB (Red+Green+Blue) = 54+103+82=239 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.59% from 239); Green value is 103 (40.62% from 255 or 43.10% from 239); Blue value is 82 (32.42% from 255 or 34.31% from 239); Max value from RGB is 103 - color contains mainly: green. Hex color #366752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #366752 is #C998AD. Grayscale: #555555. Windows color (decimal): -13211822 or 5400374. OLE color: 5400374.

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

Color convert

RGB 54 103 82 -
CMYK 0.48 0 0.20 0.60
HSL 154.29º 0.31% 0.31% -
HSV(B) 154.29º 0.48% 0.4% -
XYZ 7.89 11.09 9.71 -
YUV 85.96 125.77 105.21 -
System Red Green Blue C M Y K H S L
Decimal 54 103 82 0.48 0 0.20 0.60 154.29 0.31 0.31
Hex 36 67 52 30 0 14 3C 9A 1F 1F
Octal 66 147 122 60 0 24 74 232 37 37
Binary 110110 1100111 1010010 110000 0 10100 111100 10011010 11111 11111

Color Harmonies of #366752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #366752

Black with #366752

Text Example


Text Example

White with #366752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #366752; }

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

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

background-color css

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

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

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

border-color css

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

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

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