Html Css Color HEX #36604D Spectra

📋 copy color: '#36604D'

red 54 ◦ green 96 ◦ blue 77

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

Shades of Spectra #36604D

Tints of Spectra #36604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 42.29%

 BLUE value IS 77 (30.47% from 255) = 33.92%

R = 23.79%
G = 42.29%
B = 33.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#36604D (or 0x36604D) is known color: Spectra. HEX triplet: 36, 60 and 4D. RGB value is (54,96,77). Sum of RGB (Red+Green+Blue) = 54+96+77=227 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.79% from 227); Green value is 96 (37.89% from 255 or 42.29% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 96 - color contains mainly: green. Hex color #36604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #36604D is #C99FB2. Grayscale: #515151. Windows color (decimal): -13213619 or 5070902. OLE color: 5070902.

HSL color Cylindrical-coordinate representation of color #36604D: hue angle of 152.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #36604D is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 77 -
CMYK 0.44 0 0.20 0.62
HSL 152.86º 0.28% 0.29% -
HSV(B) 152.86º 0.44% 0.38% -
XYZ 7.04 9.69 8.52 -
YUV 81.28 125.59 108.54 -
System Red Green Blue C M Y K H S L
Decimal 54 96 77 0.44 0 0.20 0.62 152.86 0.28 0.29
Hex 36 60 4D 2C 0 14 3E 99 1C 1D
Octal 66 140 115 54 0 24 76 231 34 35
Binary 110110 1100000 1001101 101100 0 10100 111110 10011001 11100 11101

Color Harmonies of #36604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36604D

Black with #36604D

Text Example


Text Example

White with #36604D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36604D; }

 p { color: rgb(54,96,77); }

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

background-color css

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

 a { background-color: rgb(54,96,77); }

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

border-color css

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

 span { border-color: rgb(54,96,77); }

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