Html Css Color HEX #32AB83 Jungle Green

📋 copy color: '#32AB83'

red 50 ◦ green 171 ◦ blue 131

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

Shades of Jungle Green #32AB83

Tints of Jungle Green #32AB83

RGB

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

 GREEN value IS 171 (67.19% from 255) = 48.58%

 BLUE value IS 131 (51.56% from 255) = 37.22%

R = 14.2%
G = 48.58%
B = 37.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#32AB83 (or 0x32AB83) is known color: Jungle Green. HEX triplet: 32, AB and 83. RGB value is (50,171,131). Sum of RGB (Red+Green+Blue) = 50+171+131=352 (46% of max value = 765). Red value is 50 (19.92% from 255 or 14.20% from 352); Green value is 171 (67.19% from 255 or 48.58% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 171 - color contains mainly: green. Hex color #32AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #32AB83 is #CD547C. Grayscale: #828282. Windows color (decimal): -13456509 or 8629042. OLE color: 8629042.

HSL color Cylindrical-coordinate representation of color #32AB83: hue angle of 160.17º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #32AB83 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB 50 171 131 -
CMYK 0.71 0 0.23 0.33
HSL 160.17º 0.55% 0.43% -
HSV(B) 160.17º 0.71% 0.67% -
XYZ 19.98 31.44 26.49 -
YUV 130.26 128.41 70.75 -
System Red Green Blue C M Y K H S L
Decimal 50 171 131 0.71 0 0.23 0.33 160.17 0.55 0.43
Hex 32 AB 83 47 0 17 21 A0 37 2B
Octal 62 253 203 107 0 27 41 240 67 53
Binary 110010 10101011 10000011 1000111 0 10111 100001 10100000 110111 101011

Color Harmonies of #32AB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32AB83

Black with #32AB83

Text Example


Text Example

White with #32AB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(50,171,131); }

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

background-color css

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

 a { background-color: rgb(50,171,131); }

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

border-color css

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

 span { border-color: rgb(50,171,131); }

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