Html Css Color HEX #33B686 Jungle Green

📋 copy color: '#33B686'

red 51 ◦ green 182 ◦ blue 134

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

Shades of Jungle Green #33B686

Tints of Jungle Green #33B686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 49.59%

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 13.9%
G = 49.59%
B = 36.51%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#33B686 (or 0x33B686) is known color: Jungle Green. HEX triplet: 33, B6 and 86. RGB value is (51,182,134). Sum of RGB (Red+Green+Blue) = 51+182+134=367 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.90% from 367); Green value is 182 (71.48% from 255 or 49.59% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 182 - color contains mainly: green. Hex color #33B686 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B686 is #CC4979. Grayscale: #898989. Windows color (decimal): -13388154 or 8828467. OLE color: 8828467.

HSL color Cylindrical-coordinate representation of color #33B686: hue angle of 158.02º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B686 is Cyan = 0.72, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 182 134 -
CMYK 0.72 0 0.26 0.29
HSL 158.02º 0.56% 0.46% -
HSV(B) 158.02º 0.72% 0.71% -
XYZ 22.4 35.88 28.3 -
YUV 137.36 126.1 66.4 -
System Red Green Blue C M Y K H S L
Decimal 51 182 134 0.72 0 0.26 0.29 158.02 0.56 0.46
Hex 33 B6 86 48 0 1A 1D 9E 38 2E
Octal 63 266 206 110 0 32 35 236 70 56
Binary 110011 10110110 10000110 1001000 0 11010 11101 10011110 111000 101110

Color Harmonies of #33B686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B686

Black with #33B686

Text Example


Text Example

White with #33B686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B686; }

 p { color: rgb(51,182,134); }

 H1.HeaderClassName
 {
   color: #33B686;
 }
 .AnyTagClassName
 {
   color: #33B686;
 }
</style>

background-color css

<style>
 a { background-color: #33B686; }

 a { background-color: rgb(51,182,134); }

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

border-color css

<style>
 span { border-color: #33B686; }

 span { border-color: rgb(51,182,134); }

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