Html Css Color HEX #36604C Spectra

📋 copy color: '#36604C'

red 54 ◦ green 96 ◦ blue 76

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

Shades of Spectra #36604C

Tints of Spectra #36604C

RGB

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

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

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

R = 23.89%
G = 42.48%
B = 33.63%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#36604C (or 0x36604C) is known color: Spectra. HEX triplet: 36, 60 and 4C. RGB value is (54,96,76). Sum of RGB (Red+Green+Blue) = 54+96+76=226 (29% of max value = 765). Red value is 54 (21.48% from 255 or 23.89% from 226); Green value is 96 (37.89% from 255 or 42.48% from 226); Blue value is 76 (30.08% from 255 or 33.63% from 226); Max value from RGB is 96 - color contains mainly: green. Hex color #36604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #36604C is #C99FB3. Grayscale: #515151. Windows color (decimal): -13213620 or 5005366. OLE color: 5005366.

HSL color Cylindrical-coordinate representation of color #36604C: hue angle of 151.43º 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 #36604C is Cyan = 0.44, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 54 96 76 -
CMYK 0.44 0 0.21 0.62
HSL 151.43º 0.28% 0.29% -
HSV(B) 151.43º 0.44% 0.38% -
XYZ 7.01 9.67 8.33 -
YUV 81.16 125.09 108.63 -
System Red Green Blue C M Y K H S L
Decimal 54 96 76 0.44 0 0.21 0.62 151.43 0.28 0.29
Hex 36 60 4C 2C 0 15 3E 97 1C 1D
Octal 66 140 114 54 0 25 76 227 34 35
Binary 110110 1100000 1001100 101100 0 10101 111110 10010111 11100 11101

Color Harmonies of #36604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36604C

Black with #36604C

Text Example


Text Example

White with #36604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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