Html Css Color HEX #33594A Spectra

📋 copy color: '#33594A'

red 51 ◦ green 89 ◦ blue 74

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

Shades of Spectra #33594A

Tints of Spectra #33594A

RGB

 RED value IS 51 (20.31% from 255) = 23.83%

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

 BLUE value IS 74 (29.3% from 255) = 34.58%

R = 23.83%
G = 41.59%
B = 34.58%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#33594A (or 0x33594A) is known color: Spectra. HEX triplet: 33, 59 and 4A. RGB value is (51,89,74). Sum of RGB (Red+Green+Blue) = 51+89+74=214 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.83% from 214); Green value is 89 (35.16% from 255 or 41.59% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 89 - color contains mainly: green. Hex color #33594A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33594A is #CCA6B5. Grayscale: #4B4B4B. Windows color (decimal): -13412022 or 4872499. OLE color: 4872499.

HSL color Cylindrical-coordinate representation of color #33594A: hue angle of 156.32º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #33594A is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 74 -
CMYK 0.43 0 0.17 0.65
HSL 156.32º 0.27% 0.27% -
HSV(B) 156.32º 0.43% 0.35% -
XYZ 6.17 8.34 7.76 -
YUV 75.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 51 89 74 0.43 0 0.17 0.65 156.32 0.27 0.27
Hex 33 59 4A 2B 0 11 41 9C 1B 1B
Octal 63 131 112 53 0 21 101 234 33 33
Binary 110011 1011001 1001010 101011 0 10001 1000001 10011100 11011 11011

Color Harmonies of #33594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33594A

Black with #33594A

Text Example


Text Example

White with #33594A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33594A; }

 p { color: rgb(51,89,74); }

 H1.HeaderClassName
 {
   color: #33594A;
 }
 .AnyTagClassName
 {
   color: #33594A;
 }
</style>

background-color css

<style>
 a { background-color: #33594A; }

 a { background-color: rgb(51,89,74); }

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

border-color css

<style>
 span { border-color: #33594A; }

 span { border-color: rgb(51,89,74); }

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