Html Css Color HEX #36564C Spectra

📋 copy color: '#36564C'

red 54 ◦ green 86 ◦ blue 76

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

Shades of Spectra #36564C

Tints of Spectra #36564C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.81%

 BLUE value IS 76 (30.08% from 255) = 35.19%

R = 25%
G = 39.81%
B = 35.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.66

RGB Variations

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

Color information

#36564C (or 0x36564C) is known color: Spectra. HEX triplet: 36, 56 and 4C. RGB value is (54,86,76). Sum of RGB (Red+Green+Blue) = 54+86+76=216 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 86 - color contains mainly: green. Hex color #36564C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36564C is #C9A9B3. Grayscale: #4B4B4B. Windows color (decimal): -13216180 or 5002806. OLE color: 5002806.

HSL color Cylindrical-coordinate representation of color #36564C: hue angle of 161.25º degrees, saturation: 0.23, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #36564C is Cyan = 0.37, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.66.

Color convert

RGB 54 86 76 -
CMYK 0.37 0 0.12 0.66
HSL 161.25º 0.23% 0.27% -
HSV(B) 161.25º 0.37% 0.34% -
XYZ 6.15 7.96 8.05 -
YUV 75.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 54 86 76 0.37 0 0.12 0.66 161.25 0.23 0.27
Hex 36 56 4C 25 0 C 42 A1 17 1B
Octal 66 126 114 45 0 14 102 241 27 33
Binary 110110 1010110 1001100 100101 0 1100 1000010 10100001 10111 11011

Color Harmonies of #36564C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36564C

Black with #36564C

Text Example


Text Example

White with #36564C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36564C; }

 p { color: rgb(54,86,76); }

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

background-color css

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

 a { background-color: rgb(54,86,76); }

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

border-color css

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

 span { border-color: rgb(54,86,76); }

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