Html Css Color HEX #32B18D Jungle Green

📋 copy color: '#32B18D'

red 50 ◦ green 177 ◦ blue 141

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

Shades of Jungle Green #32B18D

Tints of Jungle Green #32B18D

RGB

 RED value IS 50 (19.92% from 255) = 13.59%

 GREEN value IS 177 (69.53% from 255) = 48.1%

 BLUE value IS 141 (55.47% from 255) = 38.32%

R = 13.59%
G = 48.1%
B = 38.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#32B18D (or 0x32B18D) is known color: Jungle Green. HEX triplet: 32, B1 and 8D. RGB value is (50,177,141). Sum of RGB (Red+Green+Blue) = 50+177+141=368 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.59% from 368); Green value is 177 (69.53% from 255 or 48.10% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 177 - color contains mainly: green. Hex color #32B18D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32B18D is #CD4E72. Grayscale: #868686. Windows color (decimal): -13454963 or 9285938. OLE color: 9285938.

HSL color Cylindrical-coordinate representation of color #32B18D: hue angle of 162.99º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B18D is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 50 177 141 -
CMYK 0.72 0 0.20 0.31
HSL 162.99º 0.56% 0.45% -
HSV(B) 162.99º 0.72% 0.69% -
XYZ 21.85 34.05 30.62 -
YUV 134.92 131.42 67.43 -
System Red Green Blue C M Y K H S L
Decimal 50 177 141 0.72 0 0.20 0.31 162.99 0.56 0.45
Hex 32 B1 8D 48 0 14 1F A3 38 2D
Octal 62 261 215 110 0 24 37 243 70 55
Binary 110010 10110001 10001101 1001000 0 10100 11111 10100011 111000 101101

Color Harmonies of #32B18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B18D

Black with #32B18D

Text Example


Text Example

White with #32B18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #32B18D; }

 p { color: rgb(50,177,141); }

 H1.HeaderClassName
 {
   color: #32B18D;
 }
 .AnyTagClassName
 {
   color: #32B18D;
 }
</style>

background-color css

<style>
 a { background-color: #32B18D; }

 a { background-color: rgb(50,177,141); }

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

border-color css

<style>
 span { border-color: #32B18D; }

 span { border-color: rgb(50,177,141); }

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