Html Css Color HEX #32B48C Jungle Green

📋 copy color: '#32B48C'

red 50 ◦ green 180 ◦ blue 140

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

Shades of Jungle Green #32B48C

Tints of Jungle Green #32B48C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.65%

 BLUE value IS 140 (55.08% from 255) = 37.84%

R = 13.51%
G = 48.65%
B = 37.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#32B48C (or 0x32B48C) is known color: Jungle Green. HEX triplet: 32, B4 and 8C. RGB value is (50,180,140). Sum of RGB (Red+Green+Blue) = 50+180+140=370 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.51% from 370); Green value is 180 (70.70% from 255 or 48.65% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 180 - color contains mainly: green. Hex color #32B48C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #32B48C is #CD4B73. Grayscale: #888888. Windows color (decimal): -13454196 or 9221170. OLE color: 9221170.

HSL color Cylindrical-coordinate representation of color #32B48C: hue angle of 161.54º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #32B48C is Cyan = 0.72, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 50 180 140 -
CMYK 0.72 0 0.22 0.29
HSL 161.54º 0.57% 0.45% -
HSV(B) 161.54º 0.72% 0.71% -
XYZ 22.37 35.21 30.43 -
YUV 136.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 50 180 140 0.72 0 0.22 0.29 161.54 0.57 0.45
Hex 32 B4 8C 48 0 16 1D A2 39 2D
Octal 62 264 214 110 0 26 35 242 71 55
Binary 110010 10110100 10001100 1001000 0 10110 11101 10100010 111001 101101

Color Harmonies of #32B48C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32B48C

Black with #32B48C

Text Example


Text Example

White with #32B48C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,180,140); }

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

background-color css

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

 a { background-color: rgb(50,180,140); }

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

border-color css

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

 span { border-color: rgb(50,180,140); }

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