Html Css Color HEX #33B685 Jungle Green

📋 copy color: '#33B685'

red 51 ◦ green 182 ◦ blue 133

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

Shades of Jungle Green #33B685

Tints of Jungle Green #33B685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.34%

R = 13.93%
G = 49.73%
B = 36.34%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#33B685 (or 0x33B685) is known color: Jungle Green. HEX triplet: 33, B6 and 85. RGB value is (51,182,133). Sum of RGB (Red+Green+Blue) = 51+182+133=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 182 (71.48% from 255 or 49.73% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 182 - color contains mainly: green. Hex color #33B685 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #33B685 is #CC497A. Grayscale: #898989. Windows color (decimal): -13388155 or 8762931. OLE color: 8762931.

HSL color Cylindrical-coordinate representation of color #33B685: hue angle of 157.56º 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 #33B685 is Cyan = 0.72, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 51 182 133 -
CMYK 0.72 0 0.27 0.29
HSL 157.56º 0.56% 0.46% -
HSV(B) 157.56º 0.72% 0.71% -
XYZ 22.33 35.85 27.93 -
YUV 137.25 125.6 66.48 -
System Red Green Blue C M Y K H S L
Decimal 51 182 133 0.72 0 0.27 0.29 157.56 0.56 0.46
Hex 33 B6 85 48 0 1B 1D 9E 38 2E
Octal 63 266 205 110 0 33 35 236 70 56
Binary 110011 10110110 10000101 1001000 0 11011 11101 10011110 111000 101110

Color Harmonies of #33B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B685

Black with #33B685

Text Example


Text Example

White with #33B685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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