Html Css Color HEX #36594B Spectra

📋 copy color: '#36594B'

red 54 ◦ green 89 ◦ blue 75

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

Shades of Spectra #36594B

Tints of Spectra #36594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 24.77%
G = 40.83%
B = 34.4%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#36594B (or 0x36594B) is known color: Spectra. HEX triplet: 36, 59 and 4B. RGB value is (54,89,75). Sum of RGB (Red+Green+Blue) = 54+89+75=218 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.77% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #36594B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36594B is #C9A6B4. Grayscale: #4C4C4C. Windows color (decimal): -13215413 or 4938038. OLE color: 4938038.

HSL color Cylindrical-coordinate representation of color #36594B: hue angle of 156º 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 #36594B is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 89 75 -
CMYK 0.39 0 0.16 0.65
HSL 156º 0.24% 0.28% -
HSV(B) 156º 0.39% 0.35% -
XYZ 6.36 8.44 7.95 -
YUV 76.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 54 89 75 0.39 0 0.16 0.65 156 0.24 0.28
Hex 36 59 4B 27 0 10 41 9C 18 1C
Octal 66 131 113 47 0 20 101 234 30 34
Binary 110110 1011001 1001011 100111 0 10000 1000001 10011100 11000 11100

Color Harmonies of #36594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36594B

Black with #36594B

Text Example


Text Example

White with #36594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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