Html Css Color HEX #33684F Spectra

📋 copy color: '#33684F'

red 51 ◦ green 104 ◦ blue 79

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

Shades of Spectra #33684F

Tints of Spectra #33684F

RGB

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

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

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

R = 21.79%
G = 44.44%
B = 33.76%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#33684F (or 0x33684F) is known color: Spectra. HEX triplet: 33, 68 and 4F. RGB value is (51,104,79). Sum of RGB (Red+Green+Blue) = 51+104+79=234 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.79% from 234); Green value is 104 (41.02% from 255 or 44.44% from 234); Blue value is 79 (31.25% from 255 or 33.76% from 234); Max value from RGB is 104 - color contains mainly: green. Hex color #33684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33684F is #CC97B0. Grayscale: #555555. Windows color (decimal): -13408177 or 5204019. OLE color: 5204019.

HSL color Cylindrical-coordinate representation of color #33684F: hue angle of 151.7º 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 #33684F is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 51 104 79 -
CMYK 0.51 0 0.24 0.59
HSL 151.7º 0.34% 0.3% -
HSV(B) 151.7º 0.51% 0.41% -
XYZ 7.73 11.17 9.15 -
YUV 85.3 124.44 103.53 -
System Red Green Blue C M Y K H S L
Decimal 51 104 79 0.51 0 0.24 0.59 151.7 0.34 0.3
Hex 33 68 4F 33 0 18 3B 98 22 1E
Octal 63 150 117 63 0 30 73 230 42 36
Binary 110011 1101000 1001111 110011 0 11000 111011 10011000 100010 11110

Color Harmonies of #33684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33684F

Black with #33684F

Text Example


Text Example

White with #33684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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