Html Css Color HEX #33AD88 Jungle Green

📋 copy color: '#33AD88'

red 51 ◦ green 173 ◦ blue 136

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

Shades of Jungle Green #33AD88

Tints of Jungle Green #33AD88

RGB

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

 GREEN value IS 173 (67.97% from 255) = 48.06%

 BLUE value IS 136 (53.52% from 255) = 37.78%

R = 14.17%
G = 48.06%
B = 37.78%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#33AD88 (or 0x33AD88) is known color: Jungle Green. HEX triplet: 33, AD and 88. RGB value is (51,173,136). Sum of RGB (Red+Green+Blue) = 51+173+136=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #33AD88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33AD88 is #CC5277. Grayscale: #848484. Windows color (decimal): -13390456 or 8957235. OLE color: 8957235.

HSL color Cylindrical-coordinate representation of color #33AD88: hue angle of 161.8º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AD88 is Cyan = 0.71, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 51 173 136 -
CMYK 0.71 0 0.21 0.32
HSL 161.8º 0.54% 0.44% -
HSV(B) 161.8º 0.71% 0.68% -
XYZ 20.75 32.37 28.45 -
YUV 132.3 130.08 70.01 -
System Red Green Blue C M Y K H S L
Decimal 51 173 136 0.71 0 0.21 0.32 161.8 0.54 0.44
Hex 33 AD 88 47 0 15 20 A2 36 2C
Octal 63 255 210 107 0 25 40 242 66 54
Binary 110011 10101101 10001000 1000111 0 10101 100000 10100010 110110 101100

Color Harmonies of #33AD88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AD88

Black with #33AD88

Text Example


Text Example

White with #33AD88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,173,136); }

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

background-color css

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

 a { background-color: rgb(51,173,136); }

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

border-color css

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

 span { border-color: rgb(51,173,136); }

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