Html Css Color HEX #33684D Spectra

📋 copy color: '#33684D'

red 51 ◦ green 104 ◦ blue 77

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

Shades of Spectra #33684D

Tints of Spectra #33684D

RGB

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

 GREEN value IS 104 (41.02% from 255) = 44.83%

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

R = 21.98%
G = 44.83%
B = 33.19%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#33684D (or 0x33684D) is known color: Spectra. HEX triplet: 33, 68 and 4D. RGB value is (51,104,77). Sum of RGB (Red+Green+Blue) = 51+104+77=232 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.98% from 232); Green value is 104 (41.02% from 255 or 44.83% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 104 - color contains mainly: green. Hex color #33684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33684D is #CC97B2. Grayscale: #555555. Windows color (decimal): -13408179 or 5072947. OLE color: 5072947.

HSL color Cylindrical-coordinate representation of color #33684D: hue angle of 149.43º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #33684D is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 77 -
CMYK 0.51 0 0.26 0.59
HSL 149.43º 0.34% 0.3% -
HSV(B) 149.43º 0.51% 0.41% -
XYZ 7.66 11.14 8.77 -
YUV 85.08 123.44 103.7 -
System Red Green Blue C M Y K H S L
Decimal 51 104 77 0.51 0 0.26 0.59 149.43 0.34 0.3
Hex 33 68 4D 33 0 1A 3B 95 22 1E
Octal 63 150 115 63 0 32 73 225 42 36
Binary 110011 1101000 1001101 110011 0 11010 111011 10010101 100010 11110

Color Harmonies of #33684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33684D

Black with #33684D

Text Example


Text Example

White with #33684D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,104,77); }

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

background-color css

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

 a { background-color: rgb(51,104,77); }

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

border-color css

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

 span { border-color: rgb(51,104,77); }

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