Html Css Color HEX #36594C Spectra

📋 copy color: '#36594C'

red 54 ◦ green 89 ◦ blue 76

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

Shades of Spectra #36594C

Tints of Spectra #36594C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.64%

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

R = 24.66%
G = 40.64%
B = 34.7%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#36594C (or 0x36594C) is known color: Spectra. HEX triplet: 36, 59 and 4C. RGB value is (54,89,76). Sum of RGB (Red+Green+Blue) = 54+89+76=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #36594C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594C is #C9A6B3. Grayscale: #4D4D4D. Windows color (decimal): -13215412 or 5003574. OLE color: 5003574.

HSL color Cylindrical-coordinate representation of color #36594C: hue angle of 157.71º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #36594C is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 76 -
CMYK 0.39 0 0.15 0.65
HSL 157.71º 0.24% 0.28% -
HSV(B) 157.71º 0.39% 0.35% -
XYZ 6.4 8.45 8.13 -
YUV 77.05 127.4 111.56 -
System Red Green Blue C M Y K H S L
Decimal 54 89 76 0.39 0 0.15 0.65 157.71 0.24 0.28
Hex 36 59 4C 27 0 F 41 9E 18 1C
Octal 66 131 114 47 0 17 101 236 30 34
Binary 110110 1011001 1001100 100111 0 1111 1000001 10011110 11000 11100

Color Harmonies of #36594C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36594C

Black with #36594C

Text Example


Text Example

White with #36594C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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