Html Css Color HEX #33594F Spectra

📋 copy color: '#33594F'

red 51 ◦ green 89 ◦ blue 79

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

Shades of Spectra #33594F

Tints of Spectra #33594F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 36.07%

R = 23.29%
G = 40.64%
B = 36.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#33594F (or 0x33594F) is known color: Spectra. HEX triplet: 33, 59 and 4F. RGB value is (51,89,79). Sum of RGB (Red+Green+Blue) = 51+89+79=219 (29% of max value = 765). Red value is 51 (20.31% from 255 or 23.29% from 219); Green value is 89 (35.16% from 255 or 40.64% from 219); Blue value is 79 (31.25% from 255 or 36.07% from 219); Max value from RGB is 89 - color contains mainly: green. Hex color #33594F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33594F is #CCA6B0. Grayscale: #4C4C4C. Windows color (decimal): -13412017 or 5200179. OLE color: 5200179.

HSL color Cylindrical-coordinate representation of color #33594F: hue angle of 164.21º 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 #33594F is Cyan = 0.43, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 89 79 -
CMYK 0.43 0 0.11 0.65
HSL 164.21º 0.27% 0.27% -
HSV(B) 164.21º 0.43% 0.35% -
XYZ 6.35 8.41 8.69 -
YUV 76.5 129.41 109.81 -
System Red Green Blue C M Y K H S L
Decimal 51 89 79 0.43 0 0.11 0.65 164.21 0.27 0.27
Hex 33 59 4F 2B 0 B 41 A4 1B 1B
Octal 63 131 117 53 0 13 101 244 33 33
Binary 110011 1011001 1001111 101011 0 1011 1000001 10100100 11011 11011

Color Harmonies of #33594F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33594F

Black with #33594F

Text Example


Text Example

White with #33594F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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